#0EB121

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

Shades of Dark Pastel Green #0EB121

Tints of Dark Pastel Green #0EB121

Color information

#0EB121 (or 0x0EB121) is unknown color: approx Dark Pastel Green. HEX triplet: 0E, B1 and 21. RGB value is (14,177,33). Sum of RGB (Red+Green+Blue) = 14+177+33=224 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.25% from 224); Green value is 177 (69.53% from 255 or 79.02% from 224); Blue value is 33 (13.28% from 255 or 14.73% from 224); Max value from RGB is 177 - color contains mainly: green. Hex color #0EB121 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EB121 is #F14EDE. Grayscale: #707070. Windows color (decimal): -15814367 or 2208014. OLE color: 2208014.

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

Color convert

RGB1417733-
CMYK0.9200.810.31
HSL126.99º85.34%37.45%-
HSV(B)126.99º92.09%69.41%-
XYZ16.1831.656.69-
YUV111.8583.558.21-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.25%
GREEN value IS 177 (69.53% from 255) = 79.02%
BLUE value IS 33 (13.28% from 255) = 14.73%
R=6.25%
G=79.02%
B=14.73%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal14177330.9200.810.31126.9985.3437.45
HexEB1215C0511F7f5525
Octal162614113401213717712545
Binary1110101100011000011011100010100011111111111111010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EB121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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