Html Css Color HEX #0EAC20 Dark Pastel Green

📋 copy color: '#0EAC20'

red 14 ◦ green 172 ◦ blue 32

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

Shades of Dark Pastel Green #0EAC20

Tints of Dark Pastel Green #0EAC20

RGB

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

 GREEN value IS 172 (67.58% from 255) = 78.9%

 BLUE value IS 32 (12.89% from 255) = 14.68%

R = 6.42%
G = 78.9%
B = 14.68%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#0EAC20 (or 0x0EAC20) is known color: Dark Pastel Green. HEX triplet: 0E, AC and 20. RGB value is (14,172,32). Sum of RGB (Red+Green+Blue) = 14+172+32=218 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.42% from 218); Green value is 172 (67.58% from 255 or 78.90% from 218); Blue value is 32 (12.89% from 255 or 14.68% from 218); Max value from RGB is 172 - color contains mainly: green. Hex color #0EAC20 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EAC20 is #F153DF. Grayscale: #6D6D6D. Windows color (decimal): -15815648 or 2141198. OLE color: 2141198.

HSL color Cylindrical-coordinate representation of color #0EAC20: hue angle of 126.84º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EAC20 is Cyan = 0.92, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB 14 172 32 -
CMYK 0.92 0 0.81 0.33
HSL 126.84º 0.85% 0.36% -
HSV(B) 126.84º 0.92% 0.67% -
XYZ 15.19 29.7 6.3 -
YUV 108.8 84.65 60.38 -
System Red Green Blue C M Y K H S L
Decimal 14 172 32 0.92 0 0.81 0.33 126.84 0.85 0.36
Hex E AC 20 5C 0 51 21 7F 55 24
Octal 16 254 40 134 0 121 41 177 125 44
Binary 1110 10101100 100000 1011100 0 1010001 100001 1111111 1010101 100100

Color Harmonies of #0EAC20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EAC20

Black with #0EAC20

Text Example


Text Example

White with #0EAC20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,172,32); }

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

background-color css

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

 a { background-color: rgb(14,172,32); }

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

border-color css

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

 span { border-color: rgb(14,172,32); }

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