Shades of Pigment Green #0DB85A
Tints of Pigment Green #0DB85A
RGB
CMYK
RGB Variations
Color information
#0DB85A (or 0x0DB85A) is known color: Pigment Green. HEX triplet: 0D, B8 and 5A. RGB value is (13,184,90). Sum of RGB (Red+Green+Blue) = 13+184+90=287 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.53% from 287); Green value is 184 (72.27% from 255 or 64.11% from 287); Blue value is 90 (35.55% from 255 or 31.36% from 287); Max value from RGB is 184 - color contains mainly: green. Hex color #0DB85A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DB85A is #F247A5. Grayscale: #7A7A7A. Windows color (decimal): -15878054 or 5945357. OLE color: 5945357.
HSL color Cylindrical-coordinate representation of color #0DB85A: hue angle of 147.02º 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 #0DB85A is Cyan = 0.93, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 13 | 184 | 90 | - |
| CMYK | 0.93 | 0 | 0.51 | 0.28 |
| HSL | 147.02º | 0.87% | 0.39% | - |
| HSV(B) | 147.02º | 0.93% | 0.72% | - |
| XYZ | 19.15 | 35.1 | 15.44 | - |
| YUV | 122.16 | 109.85 | 50.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 184 | 90 | 0.93 | 0 | 0.51 | 0.28 | 147.02 | 0.87 | 0.39 |
| Hex | D | B8 | 5A | 5D | 0 | 33 | 1C | 93 | 57 | 27 |
| Octal | 15 | 270 | 132 | 135 | 0 | 63 | 34 | 223 | 127 | 47 |
| Binary | 1101 | 10111000 | 1011010 | 1011101 | 0 | 110011 | 11100 | 10010011 | 1010111 | 100111 |
Color Harmonies of #0DB85A
Complementary color
Monochromatic Colors of #0DB85A
Black with #0DB85A
Text Example
Text Example
White with #0DB85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB85A; }
p { color: rgb(13,184,90); }
H1.HeaderClassName
{
color: #0DB85A;
}
.AnyTagClassName
{
color: #0DB85A;
}
</style>
background-color css
<style>
a { background-color: #0DB85A; }
a { background-color: rgb(13,184,90); }
div.DivClassName
{
background-color: #0DB85A;
}
.BgClassName
{
background-color: #0DB85A;
}
</style>
border-color css
<style>
span { border-color: #0DB85A; }
span { border-color: rgb(13,184,90); }
td.TdClassName
{
border-color: #0DB85A;
}
.TagClassName
{
border-color: #0DB85A;
}
</style>