Shades of Pigment Green #0DAB5B
Tints of Pigment Green #0DAB5B
RGB
CMYK
RGB Variations
Color information
#0DAB5B (or 0x0DAB5B) is known color: Pigment Green. HEX triplet: 0D, AB and 5B. RGB value is (13,171,91). Sum of RGB (Red+Green+Blue) = 13+171+91=275 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.73% from 275); Green value is 171 (67.19% from 255 or 62.18% from 275); Blue value is 91 (35.94% from 255 or 33.09% from 275); Max value from RGB is 171 - color contains mainly: green. Hex color #0DAB5B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DAB5B is #F254A4. Grayscale: #727272. Windows color (decimal): -15881381 or 6007565. OLE color: 6007565.
HSL color Cylindrical-coordinate representation of color #0DAB5B: hue angle of 149.62º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DAB5B is Cyan = 0.92, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 171 | 91 | - |
| CMYK | 0.92 | 0 | 0.47 | 0.33 |
| HSL | 149.62º | 0.86% | 0.36% | - |
| HSV(B) | 149.62º | 0.92% | 0.67% | - |
| XYZ | 16.62 | 29.97 | 14.81 | - |
| YUV | 114.64 | 114.65 | 55.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 171 | 91 | 0.92 | 0 | 0.47 | 0.33 | 149.62 | 0.86 | 0.36 |
| Hex | D | AB | 5B | 5C | 0 | 2F | 21 | 96 | 56 | 24 |
| Octal | 15 | 253 | 133 | 134 | 0 | 57 | 41 | 226 | 126 | 44 |
| Binary | 1101 | 10101011 | 1011011 | 1011100 | 0 | 101111 | 100001 | 10010110 | 1010110 | 100100 |
Color Harmonies of #0DAB5B
Complementary color
Monochromatic Colors of #0DAB5B
Black with #0DAB5B
Text Example
Text Example
White with #0DAB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAB5B; }
p { color: rgb(13,171,91); }
H1.HeaderClassName
{
color: #0DAB5B;
}
.AnyTagClassName
{
color: #0DAB5B;
}
</style>
background-color css
<style>
a { background-color: #0DAB5B; }
a { background-color: rgb(13,171,91); }
div.DivClassName
{
background-color: #0DAB5B;
}
.BgClassName
{
background-color: #0DAB5B;
}
</style>
border-color css
<style>
span { border-color: #0DAB5B; }
span { border-color: rgb(13,171,91); }
td.TdClassName
{
border-color: #0DAB5B;
}
.TagClassName
{
border-color: #0DAB5B;
}
</style>