Shades of Dark Pastel Green #0DBE17
Tints of Dark Pastel Green #0DBE17
RGB
CMYK
RGB Variations
Color information
#0DBE17 (or 0x0DBE17) is known color: Dark Pastel Green. HEX triplet: 0D, BE and 17. RGB value is (13,190,23). Sum of RGB (Red+Green+Blue) = 13+190+23=226 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.75% from 226); Green value is 190 (74.61% from 255 or 84.07% from 226); Blue value is 23 (9.38% from 255 or 10.18% from 226); Max value from RGB is 190 - color contains mainly: green. Hex color #0DBE17 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DBE17 is #F241E8. Grayscale: #767676. Windows color (decimal): -15876585 or 1555981. OLE color: 1555981.
HSL color Cylindrical-coordinate representation of color #0DBE17: hue angle of 123.39º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DBE17 is Cyan = 0.93, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 13 | 190 | 23 | - |
| CMYK | 0.93 | 0 | 0.88 | 0.25 |
| HSL | 123.39º | 0.87% | 0.4% | - |
| HSV(B) | 123.39º | 0.93% | 0.75% | - |
| XYZ | 18.73 | 36.97 | 6.96 | - |
| YUV | 118.04 | 74.36 | 53.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 190 | 23 | 0.93 | 0 | 0.88 | 0.25 | 123.39 | 0.87 | 0.4 |
| Hex | D | BE | 17 | 5D | 0 | 58 | 19 | 7B | 57 | 28 |
| Octal | 15 | 276 | 27 | 135 | 0 | 130 | 31 | 173 | 127 | 50 |
| Binary | 1101 | 10111110 | 10111 | 1011101 | 0 | 1011000 | 11001 | 1111011 | 1010111 | 101000 |
Color Harmonies of #0DBE17
Complementary color
Monochromatic Colors of #0DBE17
Black with #0DBE17
Text Example
Text Example
White with #0DBE17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBE17; }
p { color: rgb(13,190,23); }
H1.HeaderClassName
{
color: #0DBE17;
}
.AnyTagClassName
{
color: #0DBE17;
}
</style>
background-color css
<style>
a { background-color: #0DBE17; }
a { background-color: rgb(13,190,23); }
div.DivClassName
{
background-color: #0DBE17;
}
.BgClassName
{
background-color: #0DBE17;
}
</style>
border-color css
<style>
span { border-color: #0DBE17; }
span { border-color: rgb(13,190,23); }
td.TdClassName
{
border-color: #0DBE17;
}
.TagClassName
{
border-color: #0DBE17;
}
</style>