Html Css Color HEX #0EAF34 Dark Pastel Green

📋 copy color: '#0EAF34'

red 14 ◦ green 175 ◦ blue 52

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

Shades of Dark Pastel Green #0EAF34

Tints of Dark Pastel Green #0EAF34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 21.58%

R = 5.81%
G = 72.61%
B = 21.58%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#0EAF34 (or 0x0EAF34) is known color: Dark Pastel Green. HEX triplet: 0E, AF and 34. RGB value is (14,175,52). Sum of RGB (Red+Green+Blue) = 14+175+52=241 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.81% from 241); Green value is 175 (68.75% from 255 or 72.61% from 241); Blue value is 52 (20.70% from 255 or 21.58% from 241); Max value from RGB is 175 - color contains mainly: green. Hex color #0EAF34 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EAF34 is #F150CB. Grayscale: #717171. Windows color (decimal): -15814860 or 3452686. OLE color: 3452686.

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

Color convert

RGB 14 175 52 -
CMYK 0.92 0 0.70 0.31
HSL 134.16º 0.85% 0.37% -
HSV(B) 134.16º 0.92% 0.69% -
XYZ 16.13 31 8.38 -
YUV 112.84 93.66 57.5 -
System Red Green Blue C M Y K H S L
Decimal 14 175 52 0.92 0 0.70 0.31 134.16 0.85 0.37
Hex E AF 34 5C 0 46 1F 86 55 25
Octal 16 257 64 134 0 106 37 206 125 45
Binary 1110 10101111 110100 1011100 0 1000110 11111 10000110 1010101 100101

Color Harmonies of #0EAF34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EAF34

Black with #0EAF34

Text Example


Text Example

White with #0EAF34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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