Html Css Color HEX #0EAA2F Dark Pastel Green

📋 copy color: '#0EAA2F'

red 14 ◦ green 170 ◦ blue 47

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

Shades of Dark Pastel Green #0EAA2F

Tints of Dark Pastel Green #0EAA2F

RGB

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

 GREEN value IS 170 (66.8% from 255) = 73.59%

 BLUE value IS 47 (18.75% from 255) = 20.35%

R = 6.06%
G = 73.59%
B = 20.35%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#0EAA2F (or 0x0EAA2F) is known color: Dark Pastel Green. HEX triplet: 0E, AA and 2F. RGB value is (14,170,47). Sum of RGB (Red+Green+Blue) = 14+170+47=231 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.06% from 231); Green value is 170 (66.80% from 255 or 73.59% from 231); Blue value is 47 (18.75% from 255 or 20.35% from 231); Max value from RGB is 170 - color contains mainly: green. Hex color #0EAA2F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EAA2F is #F155D0. Grayscale: #6D6D6D. Windows color (decimal): -15816145 or 3123726. OLE color: 3123726.

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

Color convert

RGB 14 170 47 -
CMYK 0.92 0 0.72 0.33
HSL 132.69º 0.85% 0.36% -
HSV(B) 132.69º 0.92% 0.67% -
XYZ 15.07 29.05 7.5 -
YUV 109.33 92.82 60 -
System Red Green Blue C M Y K H S L
Decimal 14 170 47 0.92 0 0.72 0.33 132.69 0.85 0.36
Hex E AA 2F 5C 0 48 21 85 55 24
Octal 16 252 57 134 0 110 41 205 125 44
Binary 1110 10101010 101111 1011100 0 1001000 100001 10000101 1010101 100100

Color Harmonies of #0EAA2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EAA2F

Black with #0EAA2F

Text Example


Text Example

White with #0EAA2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,170,47); }

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

background-color css

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

 a { background-color: rgb(14,170,47); }

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

border-color css

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

 span { border-color: rgb(14,170,47); }

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