#0EAB22

Color #0EAB22 Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #0EAB22

Tints of Dark Pastel Green #0EAB22

Color information

#0EAB22 (or 0x0EAB22) is unknown color: approx Dark Pastel Green. HEX triplet: 0E, AB and 22. RGB value is (14,171,34). Sum of RGB (Red+Green+Blue) = 14+171+34=219 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.39% from 219); Green value is 171 (67.19% from 255 or 78.08% from 219); Blue value is 34 (13.67% from 255 or 15.53% from 219); Max value from RGB is 171 - color contains mainly: green. Hex color #0EAB22 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EAB22 is #F154DD. Grayscale: #6C6C6C. Windows color (decimal): -15815902 or 2272014. OLE color: 2272014.

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

Color convert

RGB1417134-
CMYK0.9200.800.33
HSL127.64º84.86%36.27%-
HSV(B)127.64º91.81%67.06%-
XYZ15.0329.336.38-
YUV108.4485.9960.64-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.39%
GREEN value IS 171 (67.19% from 255) = 78.08%
BLUE value IS 34 (13.67% from 255) = 15.53%
R=6.39%
G=78.08%
B=15.53%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal14171340.9200.800.33127.6484.8636.27
HexEAB225C05021805524
Octal162534213401204120012544
Binary111010101011100010101110001010000100001100000001010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EAB22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0EAB22;
 }
 .AnyTagClassName
 {
   color: #0EAB22;
 }
</style>
background-color css

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

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

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

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

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

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