Shades of Pigment Green #0DB853
Tints of Pigment Green #0DB853
RGB
CMYK
RGB Variations
Color information
#0DB853 (or 0x0DB853) is known color: Pigment Green. HEX triplet: 0D, B8 and 53. RGB value is (13,184,83). Sum of RGB (Red+Green+Blue) = 13+184+83=280 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.64% from 280); Green value is 184 (72.27% from 255 or 65.71% from 280); Blue value is 83 (32.81% from 255 or 29.64% from 280); Max value from RGB is 184 - color contains mainly: green. Hex color #0DB853 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DB853 is #F247AC. Grayscale: #797979. Windows color (decimal): -15878061 or 5486605. OLE color: 5486605.
HSL color Cylindrical-coordinate representation of color #0DB853: hue angle of 144.56º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB853 is Cyan = 0.93, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 13 | 184 | 83 | - |
| CMYK | 0.93 | 0 | 0.55 | 0.28 |
| HSL | 144.56º | 0.87% | 0.39% | - |
| HSV(B) | 144.56º | 0.93% | 0.72% | - |
| XYZ | 18.87 | 34.99 | 13.94 | - |
| YUV | 121.36 | 106.35 | 50.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 184 | 83 | 0.93 | 0 | 0.55 | 0.28 | 144.56 | 0.87 | 0.39 |
| Hex | D | B8 | 53 | 5D | 0 | 37 | 1C | 91 | 57 | 27 |
| Octal | 15 | 270 | 123 | 135 | 0 | 67 | 34 | 221 | 127 | 47 |
| Binary | 1101 | 10111000 | 1010011 | 1011101 | 0 | 110111 | 11100 | 10010001 | 1010111 | 100111 |
Color Harmonies of #0DB853
Complementary color
Monochromatic Colors of #0DB853
Black with #0DB853
Text Example
Text Example
White with #0DB853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB853; }
p { color: rgb(13,184,83); }
H1.HeaderClassName
{
color: #0DB853;
}
.AnyTagClassName
{
color: #0DB853;
}
</style>
background-color css
<style>
a { background-color: #0DB853; }
a { background-color: rgb(13,184,83); }
div.DivClassName
{
background-color: #0DB853;
}
.BgClassName
{
background-color: #0DB853;
}
</style>
border-color css
<style>
span { border-color: #0DB853; }
span { border-color: rgb(13,184,83); }
td.TdClassName
{
border-color: #0DB853;
}
.TagClassName
{
border-color: #0DB853;
}
</style>