#119E52

Color #119E52 Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #119E52

Tints of Pigment Green #119E52

Color information

#119E52 (or 0x119E52) is unknown color: approx Pigment Green. HEX triplet: 11, 9E and 52. RGB value is (17,158,82). Sum of RGB (Red+Green+Blue) = 17+158+82=257 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.61% from 257); Green value is 158 (62.11% from 255 or 61.48% from 257); Blue value is 82 (32.42% from 255 or 31.91% from 257); Max value from RGB is 158 - color contains mainly: green. Hex color #119E52 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119E52 is #EE61AD. Grayscale: #6B6B6B. Windows color (decimal): -15622574 or 5414417. OLE color: 5414417.

HSL color Cylindrical-coordinate representation of color #119E52: hue angle of 147.66º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119E52 is Cyan = 0.89, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.38.

Color convert

RGB1715882-
CMYK0.8900.480.38
HSL147.66º80.57%34.31%-
HSV(B)147.66º89.24%61.96%-
XYZ13.9825.1812.11-
YUV107.18113.7963.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 17 (7.03% from 255) = 6.61%
GREEN value IS 158 (62.11% from 255) = 61.48%
BLUE value IS 82 (32.42% from 255) = 31.91%
R=6.61%
G=61.48%
B=31.91%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal17158820.8900.480.38147.6680.5734.31
Hex119E525903026945122
Octal212361221310604622412142
Binary1000110011110101001010110010110000100110100101001010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #119E52; }

 p { color: rgb(17,158,82); }

 H1.HeaderClassName
 {
   color: #119E52;
 }
 .AnyTagClassName
 {
   color: #119E52;
 }
</style>
background-color css

<style>
 a { background-color: #119E52; }

 a { background-color: rgb(17,158,82); }

 div.DivClassName
 {
   background-color: #119E52;
 }
 .BgClassName
 {
   background-color: #119E52;
 }
</style>
border-color css

<style>
 span { border-color: #119E52; }

 span { border-color: rgb(17,158,82); }

 td.TdClassName
 {
   border-color: #119E52;
 }
 .TagClassName
 {
   border-color: #119E52;
 }
</style>