#119e54

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

Shades of Pigment Green #119E54

Tints of Pigment Green #119E54

Color information

#119E54 (or 0x119E54) is unknown color: approx Pigment Green. HEX triplet: 11, 9E and 54. RGB value is (17,158,84). Sum of RGB (Red+Green+Blue) = 17+158+84=259 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.56% from 259); Green value is 158 (62.11% from 255 or 61.00% from 259); Blue value is 84 (33.20% from 255 or 32.43% from 259); Max value from RGB is 158 - color contains mainly: green. Hex color #119E54 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119E54 is #EE61AB. Grayscale: #6B6B6B. Windows color (decimal): -15622572 or 5545489. OLE color: 5545489.

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

Color convert

RGB1715884-
CMYK0.8900.470.38
HSL148.51º80.57%34.31%-
HSV(B)148.51º89.24%61.96%-
XYZ14.0625.2112.51-
YUV107.4114.7963.52-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.56%
GREEN value IS 158 (62.11% from 255) = 61.00%
BLUE value IS 84 (33.20% from 255) = 32.43%
R=6.56%
G=61.00%
B=32.43%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal17158840.8900.470.38148.5180.5734.31
Hex119E545902F26955122
Octal212361241310574622512142
Binary1000110011110101010010110010101111100110100101011010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119e54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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