Shades of Pigment Green #0ABA59
Tints of Pigment Green #0ABA59
RGB
CMYK
RGB Variations
Color information
#0ABA59 (or 0x0ABA59) is known color: Pigment Green. HEX triplet: 0A, BA and 59. RGB value is (10,186,89). Sum of RGB (Red+Green+Blue) = 10+186+89=285 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.51% from 285); Green value is 186 (73.05% from 255 or 65.26% from 285); Blue value is 89 (35.16% from 255 or 31.23% from 285); Max value from RGB is 186 - color contains mainly: green. Hex color #0ABA59 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ABA59 is #F545A6. Grayscale: #7A7A7A. Windows color (decimal): -16074151 or 5880330. OLE color: 5880330.
HSL color Cylindrical-coordinate representation of color #0ABA59: hue angle of 146.93º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABA59 is Cyan = 0.95, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 10 | 186 | 89 | - |
| CMYK | 0.95 | 0 | 0.52 | 0.27 |
| HSL | 146.93º | 0.9% | 0.38% | - |
| HSV(B) | 146.93º | 0.95% | 0.73% | - |
| XYZ | 19.49 | 35.9 | 15.35 | - |
| YUV | 122.32 | 109.19 | 47.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 186 | 89 | 0.95 | 0 | 0.52 | 0.27 | 146.93 | 0.9 | 0.38 |
| Hex | A | BA | 59 | 5F | 0 | 34 | 1B | 93 | 5A | 26 |
| Octal | 12 | 272 | 131 | 137 | 0 | 64 | 33 | 223 | 132 | 46 |
| Binary | 1010 | 10111010 | 1011001 | 1011111 | 0 | 110100 | 11011 | 10010011 | 1011010 | 100110 |
Color Harmonies of #0ABA59
Complementary color
Monochromatic Colors of #0ABA59
Black with #0ABA59
Text Example
Text Example
White with #0ABA59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABA59; }
p { color: rgb(10,186,89); }
H1.HeaderClassName
{
color: #0ABA59;
}
.AnyTagClassName
{
color: #0ABA59;
}
</style>
background-color css
<style>
a { background-color: #0ABA59; }
a { background-color: rgb(10,186,89); }
div.DivClassName
{
background-color: #0ABA59;
}
.BgClassName
{
background-color: #0ABA59;
}
</style>
border-color css
<style>
span { border-color: #0ABA59; }
span { border-color: rgb(10,186,89); }
td.TdClassName
{
border-color: #0ABA59;
}
.TagClassName
{
border-color: #0ABA59;
}
</style>