#0EBD28

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

Shades of Dark Pastel Green #0EBD28

Tints of Dark Pastel Green #0EBD28

Color information

#0EBD28 (or 0x0EBD28) is unknown color: approx Dark Pastel Green. HEX triplet: 0E, BD and 28. RGB value is (14,189,40). Sum of RGB (Red+Green+Blue) = 14+189+40=243 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.76% from 243); Green value is 189 (74.22% from 255 or 77.78% from 243); Blue value is 40 (16.02% from 255 or 16.46% from 243); Max value from RGB is 189 - color contains mainly: green. Hex color #0EBD28 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EBD28 is #F142D7. Grayscale: #787878. Windows color (decimal): -15811288 or 2669838. OLE color: 2669838.

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

Color convert

RGB1418940-
CMYK0.9300.790.26
HSL128.91º86.21%39.8%-
HSV(B)128.91º92.59%74.12%-
XYZ18.7636.648.09-
YUV119.6983.0252.62-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.76%
GREEN value IS 189 (74.22% from 255) = 77.78%
BLUE value IS 40 (16.02% from 255) = 16.46%
R=5.76%
G=77.78%
B=16.46%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal14189400.9300.790.26128.9186.2139.8
HexEBD285D04F1A815628
Octal162755013501173220112650
Binary11101011110110100010111010100111111010100000011010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EBD28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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