#0EAF43

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

Shades of Dark Pastel Green #0EAF43

Tints of Dark Pastel Green #0EAF43

Color information

#0EAF43 (or 0x0EAF43) is unknown color: approx Dark Pastel Green. HEX triplet: 0E, AF and 43. RGB value is (14,175,67). Sum of RGB (Red+Green+Blue) = 14+175+67=256 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.47% from 256); Green value is 175 (68.75% from 255 or 68.36% from 256); Blue value is 67 (26.56% from 255 or 26.17% from 256); Max value from RGB is 175 - color contains mainly: green. Hex color #0EAF43 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EAF43 is #F150BC. Grayscale: #727272. Windows color (decimal): -15814845 or 4435726. OLE color: 4435726.

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

Color convert

RGB1417567-
CMYK0.9200.620.31
HSL139.75º85.19%37.06%-
HSV(B)139.75º92%68.63%-
XYZ16.5231.1610.45-
YUV114.55101.1656.28-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.47%
GREEN value IS 175 (68.75% from 255) = 68.36%
BLUE value IS 67 (26.56% from 255) = 26.17%
R=5.47%
G=68.36%
B=26.17%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal14175670.9200.620.31139.7585.1937.06
HexEAF435C03E1F8c5525
Octal162571031340763721412545
Binary11101010111110000111011100011111011111100011001010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EAF43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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