Shades of Pigment Green #0DB055
Tints of Pigment Green #0DB055
RGB
CMYK
RGB Variations
Color information
#0DB055 (or 0x0DB055) is known color: Pigment Green. HEX triplet: 0D, B0 and 55. RGB value is (13,176,85). Sum of RGB (Red+Green+Blue) = 13+176+85=274 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.74% from 274); Green value is 176 (69.14% from 255 or 64.23% from 274); Blue value is 85 (33.59% from 255 or 31.02% from 274); Max value from RGB is 176 - color contains mainly: green. Hex color #0DB055 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DB055 is #F24FAA. Grayscale: #757575. Windows color (decimal): -15880107 or 5615629. OLE color: 5615629.
HSL color Cylindrical-coordinate representation of color #0DB055: hue angle of 146.5º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB055 is Cyan = 0.93, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 13 | 176 | 85 | - |
| CMYK | 0.93 | 0 | 0.52 | 0.31 |
| HSL | 146.5º | 0.86% | 0.37% | - |
| HSV(B) | 146.5º | 0.93% | 0.69% | - |
| XYZ | 17.33 | 31.79 | 13.82 | - |
| YUV | 116.89 | 110 | 53.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 176 | 85 | 0.93 | 0 | 0.52 | 0.31 | 146.5 | 0.86 | 0.37 |
| Hex | D | B0 | 55 | 5D | 0 | 34 | 1F | 93 | 56 | 25 |
| Octal | 15 | 260 | 125 | 135 | 0 | 64 | 37 | 223 | 126 | 45 |
| Binary | 1101 | 10110000 | 1010101 | 1011101 | 0 | 110100 | 11111 | 10010011 | 1010110 | 100101 |
Color Harmonies of #0DB055
Complementary color
Monochromatic Colors of #0DB055
Black with #0DB055
Text Example
Text Example
White with #0DB055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB055; }
p { color: rgb(13,176,85); }
H1.HeaderClassName
{
color: #0DB055;
}
.AnyTagClassName
{
color: #0DB055;
}
</style>
background-color css
<style>
a { background-color: #0DB055; }
a { background-color: rgb(13,176,85); }
div.DivClassName
{
background-color: #0DB055;
}
.BgClassName
{
background-color: #0DB055;
}
</style>
border-color css
<style>
span { border-color: #0DB055; }
span { border-color: rgb(13,176,85); }
td.TdClassName
{
border-color: #0DB055;
}
.TagClassName
{
border-color: #0DB055;
}
</style>