#0EBD29

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

Shades of Dark Pastel Green #0EBD29

Tints of Dark Pastel Green #0EBD29

Color information

#0EBD29 (or 0x0EBD29) is unknown color: approx Dark Pastel Green. HEX triplet: 0E, BD and 29. RGB value is (14,189,41). Sum of RGB (Red+Green+Blue) = 14+189+41=244 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.74% from 244); Green value is 189 (74.22% from 255 or 77.46% from 244); Blue value is 41 (16.41% from 255 or 16.80% from 244); Max value from RGB is 189 - color contains mainly: green. Hex color #0EBD29 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EBD29 is #F142D6. Grayscale: #787878. Windows color (decimal): -15811287 or 2735374. OLE color: 2735374.

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

Color convert

RGB1418941-
CMYK0.9300.780.26
HSL129.26º86.21%39.8%-
HSV(B)129.26º92.59%74.12%-
XYZ18.7836.658.18-
YUV119.883.5252.53-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.74%
GREEN value IS 189 (74.22% from 255) = 77.46%
BLUE value IS 41 (16.41% from 255) = 16.80%
R=5.74%
G=77.46%
B=16.80%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal14189410.9300.780.26129.2686.2139.8
HexEBD295D04E1A815628
Octal162755113501163220112650
Binary11101011110110100110111010100111011010100000011010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EBD29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,189,41); }

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

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

 a { background-color: rgb(14,189,41); }

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

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

 span { border-color: rgb(14,189,41); }

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