#119E56

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

Shades of Pigment Green #119E56

Tints of Pigment Green #119E56

Color information

#119E56 (or 0x119E56) is unknown color: approx Pigment Green. HEX triplet: 11, 9E and 56. RGB value is (17,158,86). Sum of RGB (Red+Green+Blue) = 17+158+86=261 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.51% from 261); Green value is 158 (62.11% from 255 or 60.54% from 261); Blue value is 86 (33.98% from 255 or 32.95% from 261); Max value from RGB is 158 - color contains mainly: green. Hex color #119E56 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119E56 is #EE61A9. Grayscale: #6B6B6B. Windows color (decimal): -15622570 or 5676561. OLE color: 5676561.

HSL color Cylindrical-coordinate representation of color #119E56: hue angle of 149.36º 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 #119E56 is Cyan = 0.89, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.38.

Color convert

RGB1715886-
CMYK0.8900.460.38
HSL149.36º80.57%34.31%-
HSV(B)149.36º89.24%61.96%-
XYZ14.1425.2412.93-
YUV107.63115.7963.35-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.51%
GREEN value IS 158 (62.11% from 255) = 60.54%
BLUE value IS 86 (33.98% from 255) = 32.95%
R=6.51%
G=60.54%
B=32.95%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal17158860.8900.460.38149.3680.5734.31
Hex119E565902E26955122
Octal212361261310564622512142
Binary1000110011110101011010110010101110100110100101011010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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