Shades of Dark Pastel Green #0ECB46
Tints of Dark Pastel Green #0ECB46
RGB
CMYK
RGB Variations
Color information
#0ECB46 (or 0x0ECB46) is known color: Dark Pastel Green. HEX triplet: 0E, CB and 46. RGB value is (14,203,70). Sum of RGB (Red+Green+Blue) = 14+203+70=287 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.88% from 287); Green value is 203 (79.69% from 255 or 70.73% from 287); Blue value is 70 (27.73% from 255 or 24.39% from 287); Max value from RGB is 203 - color contains mainly: green. Hex color #0ECB46 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ECB46 is #F134B9. Grayscale: #838383. Windows color (decimal): -15807674 or 4639502. OLE color: 4639502.
HSL color Cylindrical-coordinate representation of color #0ECB46: hue angle of 137.78º 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 #0ECB46 is Cyan = 0.93, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 14 | 203 | 70 | - |
| CMYK | 0.93 | 0 | 0.66 | 0.20 |
| HSL | 137.78º | 0.87% | 0.43% | - |
| HSV(B) | 137.78º | 0.93% | 0.8% | - |
| XYZ | 22.64 | 43.25 | 12.95 | - |
| YUV | 131.33 | 93.38 | 44.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 203 | 70 | 0.93 | 0 | 0.66 | 0.20 | 137.78 | 0.87 | 0.43 |
| Hex | E | CB | 46 | 5D | 0 | 42 | 14 | 8A | 57 | 2B |
| Octal | 16 | 313 | 106 | 135 | 0 | 102 | 24 | 212 | 127 | 53 |
| Binary | 1110 | 11001011 | 1000110 | 1011101 | 0 | 1000010 | 10100 | 10001010 | 1010111 | 101011 |
Color Harmonies of #0ECB46
Complementary color
Monochromatic Colors of #0ECB46
Black with #0ECB46
Text Example
Text Example
White with #0ECB46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ECB46; }
p { color: rgb(14,203,70); }
H1.HeaderClassName
{
color: #0ECB46;
}
.AnyTagClassName
{
color: #0ECB46;
}
</style>
background-color css
<style>
a { background-color: #0ECB46; }
a { background-color: rgb(14,203,70); }
div.DivClassName
{
background-color: #0ECB46;
}
.BgClassName
{
background-color: #0ECB46;
}
</style>
border-color css
<style>
span { border-color: #0ECB46; }
span { border-color: rgb(14,203,70); }
td.TdClassName
{
border-color: #0ECB46;
}
.TagClassName
{
border-color: #0ECB46;
}
</style>