#0EAD28

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

Shades of Dark Pastel Green #0EAD28

Tints of Dark Pastel Green #0EAD28

Color information

#0EAD28 (or 0x0EAD28) is unknown color: approx Dark Pastel Green. HEX triplet: 0E, AD and 28. RGB value is (14,173,40). Sum of RGB (Red+Green+Blue) = 14+173+40=227 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.17% from 227); Green value is 173 (67.97% from 255 or 76.21% from 227); Blue value is 40 (16.02% from 255 or 17.62% from 227); Max value from RGB is 173 - color contains mainly: green. Hex color #0EAD28 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EAD28 is #F152D7. Grayscale: #6E6E6E. Windows color (decimal): -15815384 or 2665742. OLE color: 2665742.

HSL color Cylindrical-coordinate representation of color #0EAD28: hue angle of 129.81º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EAD28 is Cyan = 0.92, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.32.

Color convert

RGB1417340-
CMYK0.9200.770.32
HSL129.81º85.03%36.67%-
HSV(B)129.81º91.91%67.84%-
XYZ15.5130.137.01-
YUV110.388.3259.31-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.17%
GREEN value IS 173 (67.97% from 255) = 76.21%
BLUE value IS 40 (16.02% from 255) = 17.62%
R=6.17%
G=76.21%
B=17.62%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal14173400.9200.770.32129.8185.0336.67
HexEAD285C04D20825525
Octal162555013401154020212545
Binary111010101101101000101110001001101100000100000101010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EAD28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,173,40); }

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

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

 a { background-color: rgb(14,173,40); }

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

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

 span { border-color: rgb(14,173,40); }

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