#0EAA36

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

Shades of Dark Pastel Green #0EAA36

Tints of Dark Pastel Green #0EAA36

Color information

#0EAA36 (or 0x0EAA36) is unknown color: approx Dark Pastel Green. HEX triplet: 0E, AA and 36. RGB value is (14,170,54). Sum of RGB (Red+Green+Blue) = 14+170+54=238 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.88% from 238); Green value is 170 (66.80% from 255 or 71.43% from 238); Blue value is 54 (21.48% from 255 or 22.69% from 238); Max value from RGB is 170 - color contains mainly: green. Hex color #0EAA36 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EAA36 is #F155C9. Grayscale: #6E6E6E. Windows color (decimal): -15816138 or 3582478. OLE color: 3582478.

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

Color convert

RGB1417054-
CMYK0.9200.680.33
HSL135.38º84.78%36.08%-
HSV(B)135.38º91.76%66.67%-
XYZ15.2229.118.31-
YUV110.1396.3259.43-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.88%
GREEN value IS 170 (66.80% from 255) = 71.43%
BLUE value IS 54 (21.48% from 255) = 22.69%
R=5.88%
G=71.43%
B=22.69%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal14170540.9200.680.33135.3884.7836.08
HexEAA365C04421875524
Octal162526613401044120712544
Binary111010101010110110101110001000100100001100001111010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EAA36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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