#0EAA5B

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

Shades of Pigment Green #0EAA5B

Tints of Pigment Green #0EAA5B

Color information

#0EAA5B (or 0x0EAA5B) is unknown color: approx Pigment Green. HEX triplet: 0E, AA and 5B. RGB value is (14,170,91). Sum of RGB (Red+Green+Blue) = 14+170+91=275 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.09% from 275); Green value is 170 (66.80% from 255 or 61.82% from 275); Blue value is 91 (35.94% from 255 or 33.09% from 275); Max value from RGB is 170 - color contains mainly: green. Hex color #0EAA5B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EAA5B is #F155A4. Grayscale: #727272. Windows color (decimal): -15816101 or 6007310. OLE color: 6007310.

HSL color Cylindrical-coordinate representation of color #0EAA5B: hue angle of 149.62º 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 #0EAA5B is Cyan = 0.92, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB1417091-
CMYK0.9200.460.33
HSL149.62º84.78%36.08%-
HSV(B)149.62º91.76%66.67%-
XYZ16.4429.614.74-
YUV114.35114.8256.42-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.09%
GREEN value IS 170 (66.80% from 255) = 61.82%
BLUE value IS 91 (35.94% from 255) = 33.09%
R=5.09%
G=61.82%
B=33.09%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal14170910.9200.460.33149.6284.7836.08
HexEAA5B5C02E21965524
Octal162521331340564122612544
Binary111010101010101101110111000101110100001100101101010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EAA5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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