#0EAF49

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

Shades of Pigment Green #0EAF49

Tints of Pigment Green #0EAF49

Color information

#0EAF49 (or 0x0EAF49) is unknown color: approx Pigment Green. HEX triplet: 0E, AF and 49. RGB value is (14,175,73). Sum of RGB (Red+Green+Blue) = 14+175+73=262 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.34% from 262); Green value is 175 (68.75% from 255 or 66.79% from 262); Blue value is 73 (28.91% from 255 or 27.86% from 262); Max value from RGB is 175 - color contains mainly: green. Hex color #0EAF49 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EAF49 is #F150B6. Grayscale: #737373. Windows color (decimal): -15814839 or 4828942. OLE color: 4828942.

HSL color Cylindrical-coordinate representation of color #0EAF49: hue angle of 141.99º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EAF49 is Cyan = 0.92, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB1417573-
CMYK0.9200.580.31
HSL141.99º85.19%37.06%-
HSV(B)141.99º92%68.63%-
XYZ16.7131.2311.45-
YUV115.23104.1655.79-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.34%
GREEN value IS 175 (68.75% from 255) = 66.79%
BLUE value IS 73 (28.91% from 255) = 27.86%
R=5.34%
G=66.79%
B=27.86%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal14175730.9200.580.31141.9985.1937.06
HexEAF495C03A1F8e5525
Octal162571111340723721612545
Binary11101010111110010011011100011101011111100011101010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EAF49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,175,73); }

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

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

 a { background-color: rgb(14,175,73); }

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

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

 span { border-color: rgb(14,175,73); }

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