#0E9A56

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

Shades of Pigment Green #0E9A56

Tints of Pigment Green #0E9A56

Color information

#0E9A56 (or 0x0E9A56) is unknown color: approx Pigment Green. HEX triplet: 0E, 9A and 56. RGB value is (14,154,86). Sum of RGB (Red+Green+Blue) = 14+154+86=254 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.51% from 254); Green value is 154 (60.55% from 255 or 60.63% from 254); Blue value is 86 (33.98% from 255 or 33.86% from 254); Max value from RGB is 154 - color contains mainly: green. Hex color #0E9A56 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E9A56 is #F165A9. Grayscale: #686868. Windows color (decimal): -15820202 or 5675534. OLE color: 5675534.

HSL color Cylindrical-coordinate representation of color #0E9A56: hue angle of 150.86º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E9A56 is Cyan = 0.91, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.40.

Color convert

RGB1415486-
CMYK0.9100.440.40
HSL150.86º83.33%32.94%-
HSV(B)150.86º90.91%60.39%-
XYZ13.4223.8812.71-
YUV104.39117.6263.53-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.51%
GREEN value IS 154 (60.55% from 255) = 60.63%
BLUE value IS 86 (33.98% from 255) = 33.86%
R=5.51%
G=60.63%
B=33.86%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal14154860.9100.440.40150.8683.3332.94
HexE9A565B02C28975321
Octal162321261330545022712341
Binary111010011010101011010110110101100101000100101111010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E9A56; }

 p { color: rgb(14,154,86); }

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

<style>
 a { background-color: #0E9A56; }

 a { background-color: rgb(14,154,86); }

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

<style>
 span { border-color: #0E9A56; }

 span { border-color: rgb(14,154,86); }

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