#0EAA56

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

Shades of Pigment Green #0EAA56

Tints of Pigment Green #0EAA56

Color information

#0EAA56 (or 0x0EAA56) is unknown color: approx Pigment Green. HEX triplet: 0E, AA and 56. RGB value is (14,170,86). Sum of RGB (Red+Green+Blue) = 14+170+86=270 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.19% from 270); Green value is 170 (66.80% from 255 or 62.96% from 270); Blue value is 86 (33.98% from 255 or 31.85% from 270); Max value from RGB is 170 - color contains mainly: green. Hex color #0EAA56 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EAA56 is #F155A9. Grayscale: #717171. Windows color (decimal): -15816106 or 5679630. OLE color: 5679630.

HSL color Cylindrical-coordinate representation of color #0EAA56: hue angle of 147.69º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EAA56 is Cyan = 0.92, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.33.

Color convert

RGB1417086-
CMYK0.9200.490.33
HSL147.69º84.78%36.08%-
HSV(B)147.69º91.76%66.67%-
XYZ16.2429.5113.65-
YUV113.78112.3256.83-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.19%
GREEN value IS 170 (66.80% from 255) = 62.96%
BLUE value IS 86 (33.98% from 255) = 31.85%
R=5.19%
G=62.96%
B=31.85%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal14170860.9200.490.33147.6984.7836.08
HexEAA565C03121945524
Octal162521261340614122412544
Binary111010101010101011010111000110001100001100101001010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EAA56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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