Shades of Pigment Green #0AB859
Tints of Pigment Green #0AB859
RGB
CMYK
RGB Variations
Color information
#0AB859 (or 0x0AB859) is known color: Pigment Green. HEX triplet: 0A, B8 and 59. RGB value is (10,184,89). Sum of RGB (Red+Green+Blue) = 10+184+89=283 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.53% from 283); Green value is 184 (72.27% from 255 or 65.02% from 283); Blue value is 89 (35.16% from 255 or 31.45% from 283); Max value from RGB is 184 - color contains mainly: green. Hex color #0AB859 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AB859 is #F547A6. Grayscale: #797979. Windows color (decimal): -16074663 or 5879818. OLE color: 5879818.
HSL color Cylindrical-coordinate representation of color #0AB859: hue angle of 147.24º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AB859 is Cyan = 0.95, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 10 | 184 | 89 | - |
| CMYK | 0.95 | 0 | 0.52 | 0.28 |
| HSL | 147.24º | 0.9% | 0.38% | - |
| HSV(B) | 147.24º | 0.95% | 0.72% | - |
| XYZ | 19.07 | 35.07 | 15.21 | - |
| YUV | 121.14 | 109.85 | 48.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 184 | 89 | 0.95 | 0 | 0.52 | 0.28 | 147.24 | 0.9 | 0.38 |
| Hex | A | B8 | 59 | 5F | 0 | 34 | 1C | 93 | 5A | 26 |
| Octal | 12 | 270 | 131 | 137 | 0 | 64 | 34 | 223 | 132 | 46 |
| Binary | 1010 | 10111000 | 1011001 | 1011111 | 0 | 110100 | 11100 | 10010011 | 1011010 | 100110 |
Color Harmonies of #0AB859
Complementary color
Monochromatic Colors of #0AB859
Black with #0AB859
Text Example
Text Example
White with #0AB859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB859; }
p { color: rgb(10,184,89); }
H1.HeaderClassName
{
color: #0AB859;
}
.AnyTagClassName
{
color: #0AB859;
}
</style>
background-color css
<style>
a { background-color: #0AB859; }
a { background-color: rgb(10,184,89); }
div.DivClassName
{
background-color: #0AB859;
}
.BgClassName
{
background-color: #0AB859;
}
</style>
border-color css
<style>
span { border-color: #0AB859; }
span { border-color: rgb(10,184,89); }
td.TdClassName
{
border-color: #0AB859;
}
.TagClassName
{
border-color: #0AB859;
}
</style>