Html Css Color HEX #0EAF32 Dark Pastel Green

📋 copy color: '#0EAF32'

red 14 ◦ green 175 ◦ blue 50

#0EAF32
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pastel Green #0EAF32

Tints of Dark Pastel Green #0EAF32

RGB

 RED value IS 14 (5.86% from 255) = 5.86%

 GREEN value IS 175 (68.75% from 255) = 73.22%

 BLUE value IS 50 (19.92% from 255) = 20.92%

R = 5.86%
G = 73.22%
B = 20.92%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#0EAF32 (or 0x0EAF32) is known color: Dark Pastel Green. HEX triplet: 0E, AF and 32. RGB value is (14,175,50). Sum of RGB (Red+Green+Blue) = 14+175+50=239 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.86% from 239); Green value is 175 (68.75% from 255 or 73.22% from 239); Blue value is 50 (19.92% from 255 or 20.92% from 239); Max value from RGB is 175 - color contains mainly: green. Hex color #0EAF32 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EAF32 is #F150CD. Grayscale: #707070. Windows color (decimal): -15814862 or 3321614. OLE color: 3321614.

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

Color convert

RGB 14 175 50 -
CMYK 0.92 0 0.71 0.31
HSL 133.42º 0.85% 0.37% -
HSV(B) 133.42º 0.92% 0.69% -
XYZ 16.09 30.98 8.15 -
YUV 112.61 92.66 57.66 -
System Red Green Blue C M Y K H S L
Decimal 14 175 50 0.92 0 0.71 0.31 133.42 0.85 0.37
Hex E AF 32 5C 0 47 1F 85 55 25
Octal 16 257 62 134 0 107 37 205 125 45
Binary 1110 10101111 110010 1011100 0 1000111 11111 10000101 1010101 100101

Color Harmonies of #0EAF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EAF32

Black with #0EAF32

Text Example


Text Example

White with #0EAF32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0EAF32;
 }
 .AnyTagClassName
 {
   color: #0EAF32;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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