Shades of Pigment Green #0AB858
Tints of Pigment Green #0AB858
RGB
CMYK
RGB Variations
Color information
#0AB858 (or 0x0AB858) is known color: Pigment Green. HEX triplet: 0A, B8 and 58. RGB value is (10,184,88). Sum of RGB (Red+Green+Blue) = 10+184+88=282 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.55% from 282); Green value is 184 (72.27% from 255 or 65.25% from 282); Blue value is 88 (34.77% from 255 or 31.21% from 282); Max value from RGB is 184 - color contains mainly: green. Hex color #0AB858 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AB858 is #F547A7. Grayscale: #797979. Windows color (decimal): -16074664 or 5814282. OLE color: 5814282.
HSL color Cylindrical-coordinate representation of color #0AB858: hue angle of 146.9º 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 #0AB858 is Cyan = 0.95, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 10 | 184 | 88 | - |
| CMYK | 0.95 | 0 | 0.52 | 0.28 |
| HSL | 146.9º | 0.9% | 0.38% | - |
| HSV(B) | 146.9º | 0.95% | 0.72% | - |
| XYZ | 19.03 | 35.05 | 15 | - |
| YUV | 121.03 | 109.35 | 48.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 184 | 88 | 0.95 | 0 | 0.52 | 0.28 | 146.9 | 0.9 | 0.38 |
| Hex | A | B8 | 58 | 5F | 0 | 34 | 1C | 93 | 5A | 26 |
| Octal | 12 | 270 | 130 | 137 | 0 | 64 | 34 | 223 | 132 | 46 |
| Binary | 1010 | 10111000 | 1011000 | 1011111 | 0 | 110100 | 11100 | 10010011 | 1011010 | 100110 |
Color Harmonies of #0AB858
Complementary color
Monochromatic Colors of #0AB858
Black with #0AB858
Text Example
Text Example
White with #0AB858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB858; }
p { color: rgb(10,184,88); }
H1.HeaderClassName
{
color: #0AB858;
}
.AnyTagClassName
{
color: #0AB858;
}
</style>
background-color css
<style>
a { background-color: #0AB858; }
a { background-color: rgb(10,184,88); }
div.DivClassName
{
background-color: #0AB858;
}
.BgClassName
{
background-color: #0AB858;
}
</style>
border-color css
<style>
span { border-color: #0AB858; }
span { border-color: rgb(10,184,88); }
td.TdClassName
{
border-color: #0AB858;
}
.TagClassName
{
border-color: #0AB858;
}
</style>