Html Css Color HEX #0EAC2A Dark Pastel Green

📋 copy color: '#0EAC2A'

red 14 ◦ green 172 ◦ blue 42

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

Shades of Dark Pastel Green #0EAC2A

Tints of Dark Pastel Green #0EAC2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 18.42%

R = 6.14%
G = 75.44%
B = 18.42%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#0EAC2A (or 0x0EAC2A) is known color: Dark Pastel Green. HEX triplet: 0E, AC and 2A. RGB value is (14,172,42). Sum of RGB (Red+Green+Blue) = 14+172+42=228 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.14% from 228); Green value is 172 (67.58% from 255 or 75.44% from 228); Blue value is 42 (16.80% from 255 or 18.42% from 228); Max value from RGB is 172 - color contains mainly: green. Hex color #0EAC2A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EAC2A is #F153D5. Grayscale: #6E6E6E. Windows color (decimal): -15815638 or 2796558. OLE color: 2796558.

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

Color convert

RGB 14 172 42 -
CMYK 0.92 0 0.76 0.33
HSL 130.63º 0.85% 0.36% -
HSV(B) 130.63º 0.92% 0.67% -
XYZ 15.35 29.77 7.13 -
YUV 109.94 89.65 59.57 -
System Red Green Blue C M Y K H S L
Decimal 14 172 42 0.92 0 0.76 0.33 130.63 0.85 0.36
Hex E AC 2A 5C 0 4C 21 83 55 24
Octal 16 254 52 134 0 114 41 203 125 44
Binary 1110 10101100 101010 1011100 0 1001100 100001 10000011 1010101 100100

Color Harmonies of #0EAC2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EAC2A

Black with #0EAC2A

Text Example


Text Example

White with #0EAC2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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