#0EAA38

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

Shades of Dark Pastel Green #0EAA38

Tints of Dark Pastel Green #0EAA38

Color information

#0EAA38 (or 0x0EAA38) is unknown color: approx Dark Pastel Green. HEX triplet: 0E, AA and 38. RGB value is (14,170,56). Sum of RGB (Red+Green+Blue) = 14+170+56=240 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.83% from 240); Green value is 170 (66.80% from 255 or 70.83% from 240); Blue value is 56 (22.27% from 255 or 23.33% from 240); Max value from RGB is 170 - color contains mainly: green. Hex color #0EAA38 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EAA38 is #F155C7. Grayscale: #6E6E6E. Windows color (decimal): -15816136 or 3713550. OLE color: 3713550.

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

Color convert

RGB1417056-
CMYK0.9200.670.33
HSL136.15º84.78%36.08%-
HSV(B)136.15º91.76%66.67%-
XYZ15.2729.138.56-
YUV110.3697.3259.27-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.83%
GREEN value IS 170 (66.80% from 255) = 70.83%
BLUE value IS 56 (22.27% from 255) = 23.33%
R=5.83%
G=70.83%
B=23.33%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal14170560.9200.670.33136.1584.7836.08
HexEAA385C04321885524
Octal162527013401034121012544
Binary111010101010111000101110001000011100001100010001010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EAA38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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