Html Css Color HEX #0EAB21 Dark Pastel Green

📋 copy color: '#0EAB21'

red 14 ◦ green 171 ◦ blue 33

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

Shades of Dark Pastel Green #0EAB21

Tints of Dark Pastel Green #0EAB21

RGB

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

 GREEN value IS 171 (67.19% from 255) = 78.44%

 BLUE value IS 33 (13.28% from 255) = 15.14%

R = 6.42%
G = 78.44%
B = 15.14%

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

#0EAB21 (or 0x0EAB21) is known color: Dark Pastel Green. HEX triplet: 0E, AB and 21. RGB value is (14,171,33). Sum of RGB (Red+Green+Blue) = 14+171+33=218 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.42% from 218); Green value is 171 (67.19% from 255 or 78.44% from 218); Blue value is 33 (13.28% from 255 or 15.14% from 218); Max value from RGB is 171 - color contains mainly: green. Hex color #0EAB21 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EAB21 is #F154DE. Grayscale: #6C6C6C. Windows color (decimal): -15815903 or 2206478. OLE color: 2206478.

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

Color convert

RGB 14 171 33 -
CMYK 0.92 0 0.81 0.33
HSL 127.26º 0.85% 0.36% -
HSV(B) 127.26º 0.92% 0.67% -
XYZ 15.02 29.33 6.31 -
YUV 108.33 85.49 60.72 -
System Red Green Blue C M Y K H S L
Decimal 14 171 33 0.92 0 0.81 0.33 127.26 0.85 0.36
Hex E AB 21 5C 0 51 21 7F 55 24
Octal 16 253 41 134 0 121 41 177 125 44
Binary 1110 10101011 100001 1011100 0 1010001 100001 1111111 1010101 100100

Color Harmonies of #0EAB21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EAB21

Black with #0EAB21

Text Example


Text Example

White with #0EAB21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,171,33); }

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

background-color css

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

 a { background-color: rgb(14,171,33); }

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

border-color css

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

 span { border-color: rgb(14,171,33); }

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