#0EBE21

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

Shades of Dark Pastel Green #0EBE21

Tints of Dark Pastel Green #0EBE21

Color information

#0EBE21 (or 0x0EBE21) is unknown color: approx Dark Pastel Green. HEX triplet: 0E, BE and 21. RGB value is (14,190,33). Sum of RGB (Red+Green+Blue) = 14+190+33=237 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.91% from 237); Green value is 190 (74.61% from 255 or 80.17% from 237); Blue value is 33 (13.28% from 255 or 13.92% from 237); Max value from RGB is 190 - color contains mainly: green. Hex color #0EBE21 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EBE21 is #F141DE. Grayscale: #777777. Windows color (decimal): -15811039 or 2211342. OLE color: 2211342.

HSL color Cylindrical-coordinate representation of color #0EBE21: hue angle of 126.48º 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 #0EBE21 is Cyan = 0.93, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB1419033-
CMYK0.9300.830.25
HSL126.48º86.27%40%-
HSV(B)126.48º92.63%74.51%-
XYZ18.8737.037.59-
YUV119.4879.1952.77-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.91%
GREEN value IS 190 (74.61% from 255) = 80.17%
BLUE value IS 33 (13.28% from 255) = 13.92%
R=5.91%
G=80.17%
B=13.92%

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
Decimal14190330.9300.830.25126.4886.2740
HexEBE215D053197e5628
Octal162764113501233117612650
Binary1110101111101000011011101010100111100111111101010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EBE21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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