Shades of Pigment Green #0DB257
Tints of Pigment Green #0DB257
RGB
CMYK
RGB Variations
Color information
#0DB257 (or 0x0DB257) is known color: Pigment Green. HEX triplet: 0D, B2 and 57. RGB value is (13,178,87). Sum of RGB (Red+Green+Blue) = 13+178+87=278 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.68% from 278); Green value is 178 (69.92% from 255 or 64.03% from 278); Blue value is 87 (34.38% from 255 or 31.29% from 278); Max value from RGB is 178 - color contains mainly: green. Hex color #0DB257 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DB257 is #F24DA8. Grayscale: #767676. Windows color (decimal): -15879593 or 5747213. OLE color: 5747213.
HSL color Cylindrical-coordinate representation of color #0DB257: hue angle of 146.91º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB257 is Cyan = 0.93, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 13 | 178 | 87 | - |
| CMYK | 0.93 | 0 | 0.51 | 0.30 |
| HSL | 146.91º | 0.86% | 0.37% | - |
| HSV(B) | 146.91º | 0.93% | 0.7% | - |
| XYZ | 17.81 | 32.61 | 14.37 | - |
| YUV | 118.29 | 110.34 | 52.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 178 | 87 | 0.93 | 0 | 0.51 | 0.30 | 146.91 | 0.86 | 0.37 |
| Hex | D | B2 | 57 | 5D | 0 | 33 | 1E | 93 | 56 | 25 |
| Octal | 15 | 262 | 127 | 135 | 0 | 63 | 36 | 223 | 126 | 45 |
| Binary | 1101 | 10110010 | 1010111 | 1011101 | 0 | 110011 | 11110 | 10010011 | 1010110 | 100101 |
Color Harmonies of #0DB257
Complementary color
Monochromatic Colors of #0DB257
Black with #0DB257
Text Example
Text Example
White with #0DB257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB257; }
p { color: rgb(13,178,87); }
H1.HeaderClassName
{
color: #0DB257;
}
.AnyTagClassName
{
color: #0DB257;
}
</style>
background-color css
<style>
a { background-color: #0DB257; }
a { background-color: rgb(13,178,87); }
div.DivClassName
{
background-color: #0DB257;
}
.BgClassName
{
background-color: #0DB257;
}
</style>
border-color css
<style>
span { border-color: #0DB257; }
span { border-color: rgb(13,178,87); }
td.TdClassName
{
border-color: #0DB257;
}
.TagClassName
{
border-color: #0DB257;
}
</style>