Shades of Pigment Green #0DB95A
Tints of Pigment Green #0DB95A
RGB
CMYK
RGB Variations
Color information
#0DB95A (or 0x0DB95A) is known color: Pigment Green. HEX triplet: 0D, B9 and 5A. RGB value is (13,185,90). Sum of RGB (Red+Green+Blue) = 13+185+90=288 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.51% from 288); Green value is 185 (72.66% from 255 or 64.24% from 288); Blue value is 90 (35.55% from 255 or 31.25% from 288); Max value from RGB is 185 - color contains mainly: green. Hex color #0DB95A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DB95A is #F246A5. Grayscale: #7A7A7A. Windows color (decimal): -15877798 or 5945613. OLE color: 5945613.
HSL color Cylindrical-coordinate representation of color #0DB95A: hue angle of 146.86º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB95A is Cyan = 0.93, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 13 | 185 | 90 | - |
| CMYK | 0.93 | 0 | 0.51 | 0.27 |
| HSL | 146.86º | 0.87% | 0.39% | - |
| HSV(B) | 146.86º | 0.93% | 0.73% | - |
| XYZ | 19.36 | 35.52 | 15.51 | - |
| YUV | 122.74 | 109.52 | 49.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 185 | 90 | 0.93 | 0 | 0.51 | 0.27 | 146.86 | 0.87 | 0.39 |
| Hex | D | B9 | 5A | 5D | 0 | 33 | 1B | 93 | 57 | 27 |
| Octal | 15 | 271 | 132 | 135 | 0 | 63 | 33 | 223 | 127 | 47 |
| Binary | 1101 | 10111001 | 1011010 | 1011101 | 0 | 110011 | 11011 | 10010011 | 1010111 | 100111 |
Color Harmonies of #0DB95A
Complementary color
Monochromatic Colors of #0DB95A
Black with #0DB95A
Text Example
Text Example
White with #0DB95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB95A; }
p { color: rgb(13,185,90); }
H1.HeaderClassName
{
color: #0DB95A;
}
.AnyTagClassName
{
color: #0DB95A;
}
</style>
background-color css
<style>
a { background-color: #0DB95A; }
a { background-color: rgb(13,185,90); }
div.DivClassName
{
background-color: #0DB95A;
}
.BgClassName
{
background-color: #0DB95A;
}
</style>
border-color css
<style>
span { border-color: #0DB95A; }
span { border-color: rgb(13,185,90); }
td.TdClassName
{
border-color: #0DB95A;
}
.TagClassName
{
border-color: #0DB95A;
}
</style>