Shades of Dark Pastel Green #0ECC28
Tints of Dark Pastel Green #0ECC28
RGB
CMYK
RGB Variations
Color information
#0ECC28 (or 0x0ECC28) is known color: Dark Pastel Green. HEX triplet: 0E, CC and 28. RGB value is (14,204,40). Sum of RGB (Red+Green+Blue) = 14+204+40=258 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.43% from 258); Green value is 204 (80.08% from 255 or 79.07% from 258); Blue value is 40 (16.02% from 255 or 15.50% from 258); Max value from RGB is 204 - color contains mainly: green. Hex color #0ECC28 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ECC28 is #F133D7. Grayscale: #808080. Windows color (decimal): -15807448 or 2673678. OLE color: 2673678.
HSL color Cylindrical-coordinate representation of color #0ECC28: hue angle of 128.21º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ECC28 is Cyan = 0.93, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 14 | 204 | 40 | - |
| CMYK | 0.93 | 0 | 0.80 | 0.2 |
| HSL | 128.21º | 0.87% | 0.43% | - |
| HSV(B) | 128.21º | 0.93% | 0.8% | - |
| XYZ | 22.16 | 43.43 | 9.22 | - |
| YUV | 128.49 | 78.05 | 46.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 204 | 40 | 0.93 | 0 | 0.80 | 0.2 | 128.21 | 0.87 | 0.43 |
| Hex | E | CC | 28 | 5D | 0 | 50 | 14 | 80 | 57 | 2B |
| Octal | 16 | 314 | 50 | 135 | 0 | 120 | 24 | 200 | 127 | 53 |
| Binary | 1110 | 11001100 | 101000 | 1011101 | 0 | 1010000 | 10100 | 10000000 | 1010111 | 101011 |
Color Harmonies of #0ECC28
Complementary color
Monochromatic Colors of #0ECC28
Black with #0ECC28
Text Example
Text Example
White with #0ECC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ECC28; }
p { color: rgb(14,204,40); }
H1.HeaderClassName
{
color: #0ECC28;
}
.AnyTagClassName
{
color: #0ECC28;
}
</style>
background-color css
<style>
a { background-color: #0ECC28; }
a { background-color: rgb(14,204,40); }
div.DivClassName
{
background-color: #0ECC28;
}
.BgClassName
{
background-color: #0ECC28;
}
</style>
border-color css
<style>
span { border-color: #0ECC28; }
span { border-color: rgb(14,204,40); }
td.TdClassName
{
border-color: #0ECC28;
}
.TagClassName
{
border-color: #0ECC28;
}
</style>