#0EBE20

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

Shades of Dark Pastel Green #0EBE20

Tints of Dark Pastel Green #0EBE20

Color information

#0EBE20 (or 0x0EBE20) is unknown color: approx Dark Pastel Green. HEX triplet: 0E, BE and 20. RGB value is (14,190,32). Sum of RGB (Red+Green+Blue) = 14+190+32=236 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.93% from 236); Green value is 190 (74.61% from 255 or 80.51% from 236); Blue value is 32 (12.89% from 255 or 13.56% from 236); Max value from RGB is 190 - color contains mainly: green. Hex color #0EBE20 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EBE20 is #F141DF. Grayscale: #777777. Windows color (decimal): -15811040 or 2145806. OLE color: 2145806.

HSL color Cylindrical-coordinate representation of color #0EBE20: hue angle of 126.14º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EBE20 is Cyan = 0.93, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB1419032-
CMYK0.9300.830.25
HSL126.14º86.27%40%-
HSV(B)126.14º92.63%74.51%-
XYZ18.8637.027.52-
YUV119.3678.6952.85-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.93%
GREEN value IS 190 (74.61% from 255) = 80.51%
BLUE value IS 32 (12.89% from 255) = 13.56%
R=5.93%
G=80.51%
B=13.56%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal14190320.9300.830.25126.1486.2740
HexEBE205D053197e5628
Octal162764013501233117612650
Binary1110101111101000001011101010100111100111111101010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EBE20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,190,32); }

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

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

 a { background-color: rgb(14,190,32); }

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

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

 span { border-color: rgb(14,190,32); }

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