Shades of Dark Pastel Green #0EB31C
Tints of Dark Pastel Green #0EB31C
RGB
CMYK
RGB Variations
Color information
#0EB31C (or 0x0EB31C) is known color: Dark Pastel Green. HEX triplet: 0E, B3 and 1C. RGB value is (14,179,28). Sum of RGB (Red+Green+Blue) = 14+179+28=221 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.33% from 221); Green value is 179 (70.31% from 255 or 81.00% from 221); Blue value is 28 (11.33% from 255 or 12.67% from 221); Max value from RGB is 179 - color contains mainly: green. Hex color #0EB31C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EB31C is #F14CE3. Grayscale: #707070. Windows color (decimal): -15813860 or 1880846. OLE color: 1880846.
HSL color Cylindrical-coordinate representation of color #0EB31C: hue angle of 125.09º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EB31C is Cyan = 0.92, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 14 | 179 | 28 | - |
| CMYK | 0.92 | 0 | 0.84 | 0.30 |
| HSL | 125.09º | 0.85% | 0.38% | - |
| HSV(B) | 125.09º | 0.92% | 0.7% | - |
| XYZ | 16.51 | 32.42 | 6.49 | - |
| YUV | 112.45 | 80.34 | 57.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 179 | 28 | 0.92 | 0 | 0.84 | 0.30 | 125.09 | 0.85 | 0.38 |
| Hex | E | B3 | 1C | 5C | 0 | 54 | 1E | 7D | 55 | 26 |
| Octal | 16 | 263 | 34 | 134 | 0 | 124 | 36 | 175 | 125 | 46 |
| Binary | 1110 | 10110011 | 11100 | 1011100 | 0 | 1010100 | 11110 | 1111101 | 1010101 | 100110 |
Color Harmonies of #0EB31C
Complementary color
Monochromatic Colors of #0EB31C
Black with #0EB31C
Text Example
Text Example
White with #0EB31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EB31C; }
p { color: rgb(14,179,28); }
H1.HeaderClassName
{
color: #0EB31C;
}
.AnyTagClassName
{
color: #0EB31C;
}
</style>
background-color css
<style>
a { background-color: #0EB31C; }
a { background-color: rgb(14,179,28); }
div.DivClassName
{
background-color: #0EB31C;
}
.BgClassName
{
background-color: #0EB31C;
}
</style>
border-color css
<style>
span { border-color: #0EB31C; }
span { border-color: rgb(14,179,28); }
td.TdClassName
{
border-color: #0EB31C;
}
.TagClassName
{
border-color: #0EB31C;
}
</style>