#0EAF24

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

Shades of Dark Pastel Green #0EAF24

Tints of Dark Pastel Green #0EAF24

Color information

#0EAF24 (or 0x0EAF24) is unknown color: approx Dark Pastel Green. HEX triplet: 0E, AF and 24. RGB value is (14,175,36). Sum of RGB (Red+Green+Blue) = 14+175+36=225 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.22% from 225); Green value is 175 (68.75% from 255 or 77.78% from 225); Blue value is 36 (14.45% from 255 or 16% from 225); Max value from RGB is 175 - color contains mainly: green. Hex color #0EAF24 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EAF24 is #F150DB. Grayscale: #6F6F6F. Windows color (decimal): -15814876 or 2404110. OLE color: 2404110.

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

Color convert

RGB1417536-
CMYK0.9200.790.31
HSL128.2º85.19%37.06%-
HSV(B)128.2º92%68.63%-
XYZ15.8330.886.8-
YUV111.0285.6658.8-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.22%
GREEN value IS 175 (68.75% from 255) = 77.78%
BLUE value IS 36 (14.45% from 255) = 16%
R=6.22%
G=77.78%
B=16%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal14175360.9200.790.31128.285.1937.06
HexEAF245C04F1F805525
Octal162574413401173720012545
Binary11101010111110010010111000100111111111100000001010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EAF24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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