#0EAF28

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

Shades of Dark Pastel Green #0EAF28

Tints of Dark Pastel Green #0EAF28

Color information

#0EAF28 (or 0x0EAF28) is unknown color: approx Dark Pastel Green. HEX triplet: 0E, AF and 28. RGB value is (14,175,40). Sum of RGB (Red+Green+Blue) = 14+175+40=229 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.11% from 229); Green value is 175 (68.75% from 255 or 76.42% from 229); Blue value is 40 (16.02% from 255 or 17.47% from 229); Max value from RGB is 175 - color contains mainly: green. Hex color #0EAF28 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EAF28 is #F150D7. Grayscale: #6F6F6F. Windows color (decimal): -15814872 or 2666254. OLE color: 2666254.

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

Color convert

RGB1417540-
CMYK0.9200.770.31
HSL129.69º85.19%37.06%-
HSV(B)129.69º92%68.63%-
XYZ15.8930.917.14-
YUV111.4787.6658.48-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.11%
GREEN value IS 175 (68.75% from 255) = 76.42%
BLUE value IS 40 (16.02% from 255) = 17.47%
R=6.11%
G=76.42%
B=17.47%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal14175400.9200.770.31129.6985.1937.06
HexEAF285C04D1F825525
Octal162575013401153720212545
Binary11101010111110100010111000100110111111100000101010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EAF28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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