#0EAF47

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

Shades of Pigment Green #0EAF47

Tints of Pigment Green #0EAF47

Color information

#0EAF47 (or 0x0EAF47) is unknown color: approx Pigment Green. HEX triplet: 0E, AF and 47. RGB value is (14,175,71). Sum of RGB (Red+Green+Blue) = 14+175+71=260 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.38% from 260); Green value is 175 (68.75% from 255 or 67.31% from 260); Blue value is 71 (28.12% from 255 or 27.31% from 260); Max value from RGB is 175 - color contains mainly: green. Hex color #0EAF47 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EAF47 is #F150B8. Grayscale: #737373. Windows color (decimal): -15814841 or 4697870. OLE color: 4697870.

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

Color convert

RGB1417571-
CMYK0.9200.590.31
HSL141.24º85.19%37.06%-
HSV(B)141.24º92%68.63%-
XYZ16.6531.2111.11-
YUV115103.1655.96-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.38%
GREEN value IS 175 (68.75% from 255) = 67.31%
BLUE value IS 71 (28.12% from 255) = 27.31%
R=5.38%
G=67.31%
B=27.31%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal14175710.9200.590.31141.2485.1937.06
HexEAF475C03B1F8d5525
Octal162571071340733721512545
Binary11101010111110001111011100011101111111100011011010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EAF47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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