Shades of Pigment Green #0DB05C
Tints of Pigment Green #0DB05C
RGB
CMYK
RGB Variations
Color information
#0DB05C (or 0x0DB05C) is known color: Pigment Green. HEX triplet: 0D, B0 and 5C. RGB value is (13,176,92). Sum of RGB (Red+Green+Blue) = 13+176+92=281 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.63% from 281); Green value is 176 (69.14% from 255 or 62.63% from 281); Blue value is 92 (36.33% from 255 or 32.74% from 281); Max value from RGB is 176 - color contains mainly: green. Hex color #0DB05C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DB05C is #F24FA3. Grayscale: #757575. Windows color (decimal): -15880100 or 6074381. OLE color: 6074381.
HSL color Cylindrical-coordinate representation of color #0DB05C: hue angle of 149.08º 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 #0DB05C is Cyan = 0.93, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 13 | 176 | 92 | - |
| CMYK | 0.93 | 0 | 0.48 | 0.31 |
| HSL | 149.08º | 0.86% | 0.37% | - |
| HSV(B) | 149.08º | 0.93% | 0.69% | - |
| XYZ | 17.62 | 31.91 | 15.36 | - |
| YUV | 117.69 | 113.5 | 53.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 176 | 92 | 0.93 | 0 | 0.48 | 0.31 | 149.08 | 0.86 | 0.37 |
| Hex | D | B0 | 5C | 5D | 0 | 30 | 1F | 95 | 56 | 25 |
| Octal | 15 | 260 | 134 | 135 | 0 | 60 | 37 | 225 | 126 | 45 |
| Binary | 1101 | 10110000 | 1011100 | 1011101 | 0 | 110000 | 11111 | 10010101 | 1010110 | 100101 |
Color Harmonies of #0DB05C
Complementary color
Monochromatic Colors of #0DB05C
Black with #0DB05C
Text Example
Text Example
White with #0DB05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB05C; }
p { color: rgb(13,176,92); }
H1.HeaderClassName
{
color: #0DB05C;
}
.AnyTagClassName
{
color: #0DB05C;
}
</style>
background-color css
<style>
a { background-color: #0DB05C; }
a { background-color: rgb(13,176,92); }
div.DivClassName
{
background-color: #0DB05C;
}
.BgClassName
{
background-color: #0DB05C;
}
</style>
border-color css
<style>
span { border-color: #0DB05C; }
span { border-color: rgb(13,176,92); }
td.TdClassName
{
border-color: #0DB05C;
}
.TagClassName
{
border-color: #0DB05C;
}
</style>