Shades of Dark Pastel Green #0DBF18
Tints of Dark Pastel Green #0DBF18
RGB
CMYK
RGB Variations
Color information
#0DBF18 (or 0x0DBF18) is known color: Dark Pastel Green. HEX triplet: 0D, BF and 18. RGB value is (13,191,24). Sum of RGB (Red+Green+Blue) = 13+191+24=228 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.70% from 228); Green value is 191 (75% from 255 or 83.77% from 228); Blue value is 24 (9.77% from 255 or 10.53% from 228); Max value from RGB is 191 - color contains mainly: green. Hex color #0DBF18 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DBF18 is #F240E7. Grayscale: #777777. Windows color (decimal): -15876328 or 1621773. OLE color: 1621773.
HSL color Cylindrical-coordinate representation of color #0DBF18: hue angle of 123.71º 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 #0DBF18 is Cyan = 0.93, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 13 | 191 | 24 | - |
| CMYK | 0.93 | 0 | 0.87 | 0.25 |
| HSL | 123.71º | 0.87% | 0.4% | - |
| HSV(B) | 123.71º | 0.93% | 0.75% | - |
| XYZ | 18.96 | 37.41 | 7.09 | - |
| YUV | 118.74 | 74.53 | 52.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 191 | 24 | 0.93 | 0 | 0.87 | 0.25 | 123.71 | 0.87 | 0.4 |
| Hex | D | BF | 18 | 5D | 0 | 57 | 19 | 7C | 57 | 28 |
| Octal | 15 | 277 | 30 | 135 | 0 | 127 | 31 | 174 | 127 | 50 |
| Binary | 1101 | 10111111 | 11000 | 1011101 | 0 | 1010111 | 11001 | 1111100 | 1010111 | 101000 |
Color Harmonies of #0DBF18
Complementary color
Monochromatic Colors of #0DBF18
Black with #0DBF18
Text Example
Text Example
White with #0DBF18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBF18; }
p { color: rgb(13,191,24); }
H1.HeaderClassName
{
color: #0DBF18;
}
.AnyTagClassName
{
color: #0DBF18;
}
</style>
background-color css
<style>
a { background-color: #0DBF18; }
a { background-color: rgb(13,191,24); }
div.DivClassName
{
background-color: #0DBF18;
}
.BgClassName
{
background-color: #0DBF18;
}
</style>
border-color css
<style>
span { border-color: #0DBF18; }
span { border-color: rgb(13,191,24); }
td.TdClassName
{
border-color: #0DBF18;
}
.TagClassName
{
border-color: #0DBF18;
}
</style>