#0EAB51

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

Shades of Pigment Green #0EAB51

Tints of Pigment Green #0EAB51

Color information

#0EAB51 (or 0x0EAB51) is unknown color: approx Pigment Green. HEX triplet: 0E, AB and 51. RGB value is (14,171,81). Sum of RGB (Red+Green+Blue) = 14+171+81=266 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.26% from 266); Green value is 171 (67.19% from 255 or 64.29% from 266); Blue value is 81 (32.03% from 255 or 30.45% from 266); Max value from RGB is 171 - color contains mainly: green. Hex color #0EAB51 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EAB51 is #F154AE. Grayscale: #727272. Windows color (decimal): -15815855 or 5352206. OLE color: 5352206.

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

Color convert

RGB1417181-
CMYK0.9200.530.33
HSL145.61º84.86%36.27%-
HSV(B)145.61º91.81%67.06%-
XYZ16.2329.8112.68-
YUV113.8109.4956.82-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.26%
GREEN value IS 171 (67.19% from 255) = 64.29%
BLUE value IS 81 (32.03% from 255) = 30.45%
R=5.26%
G=64.29%
B=30.45%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal14171810.9200.530.33145.6184.8636.27
HexEAB515C03521925524
Octal162531211340654122212544
Binary111010101011101000110111000110101100001100100101010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EAB51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,171,81); }

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

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

 a { background-color: rgb(14,171,81); }

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

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

 span { border-color: rgb(14,171,81); }

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