Html Css Color HEX #0EAD32 Dark Pastel Green

📋 copy color: '#0EAD32'

red 14 ◦ green 173 ◦ blue 50

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

Shades of Dark Pastel Green #0EAD32

Tints of Dark Pastel Green #0EAD32

RGB

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

 GREEN value IS 173 (67.97% from 255) = 73%

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

R = 5.91%
G = 73%
B = 21.1%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#0EAD32 (or 0x0EAD32) is known color: Dark Pastel Green. HEX triplet: 0E, AD and 32. RGB value is (14,173,50). Sum of RGB (Red+Green+Blue) = 14+173+50=237 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.91% from 237); Green value is 173 (67.97% from 255 or 73.00% from 237); Blue value is 50 (19.92% from 255 or 21.10% from 237); Max value from RGB is 173 - color contains mainly: green. Hex color #0EAD32 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EAD32 is #F152CD. Grayscale: #6F6F6F. Windows color (decimal): -15815374 or 3321102. OLE color: 3321102.

HSL color Cylindrical-coordinate representation of color #0EAD32: hue angle of 133.58º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EAD32 is Cyan = 0.92, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.

Color convert

RGB 14 173 50 -
CMYK 0.92 0 0.71 0.32
HSL 133.58º 0.85% 0.37% -
HSV(B) 133.58º 0.92% 0.68% -
XYZ 15.7 30.21 8.02 -
YUV 111.44 93.32 58.5 -
System Red Green Blue C M Y K H S L
Decimal 14 173 50 0.92 0 0.71 0.32 133.58 0.85 0.37
Hex E AD 32 5C 0 47 20 86 55 25
Octal 16 255 62 134 0 107 40 206 125 45
Binary 1110 10101101 110010 1011100 0 1000111 100000 10000110 1010101 100101

Color Harmonies of #0EAD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EAD32

Black with #0EAD32

Text Example


Text Example

White with #0EAD32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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