#0EAF31

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

Shades of Dark Pastel Green #0EAF31

Tints of Dark Pastel Green #0EAF31

Color information

#0EAF31 (or 0x0EAF31) is unknown color: approx Dark Pastel Green. HEX triplet: 0E, AF and 31. RGB value is (14,175,49). Sum of RGB (Red+Green+Blue) = 14+175+49=238 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.88% from 238); Green value is 175 (68.75% from 255 or 73.53% from 238); Blue value is 49 (19.53% from 255 or 20.59% from 238); Max value from RGB is 175 - color contains mainly: green. Hex color #0EAF31 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EAF31 is #F150CE. Grayscale: #707070. Windows color (decimal): -15814863 or 3256078. OLE color: 3256078.

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

Color convert

RGB1417549-
CMYK0.9200.720.31
HSL133.04º85.19%37.06%-
HSV(B)133.04º92%68.63%-
XYZ16.0730.988.04-
YUV112.592.1657.75-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.88%
GREEN value IS 175 (68.75% from 255) = 73.53%
BLUE value IS 49 (19.53% from 255) = 20.59%
R=5.88%
G=73.53%
B=20.59%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal14175490.9200.720.31133.0485.1937.06
HexEAF315C0481F855525
Octal162576113401103720512545
Binary11101010111111000110111000100100011111100001011010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EAF31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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