Shades of Pigment Green #0ABB59
Tints of Pigment Green #0ABB59
RGB
CMYK
RGB Variations
Color information
#0ABB59 (or 0x0ABB59) is known color: Pigment Green. HEX triplet: 0A, BB and 59. RGB value is (10,187,89). Sum of RGB (Red+Green+Blue) = 10+187+89=286 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.50% from 286); Green value is 187 (73.44% from 255 or 65.38% from 286); Blue value is 89 (35.16% from 255 or 31.12% from 286); Max value from RGB is 187 - color contains mainly: green. Hex color #0ABB59 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ABB59 is #F544A6. Grayscale: #7B7B7B. Windows color (decimal): -16073895 or 5880586. OLE color: 5880586.
HSL color Cylindrical-coordinate representation of color #0ABB59: hue angle of 146.78º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABB59 is Cyan = 0.95, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 10 | 187 | 89 | - |
| CMYK | 0.95 | 0 | 0.52 | 0.27 |
| HSL | 146.78º | 0.9% | 0.39% | - |
| HSV(B) | 146.78º | 0.95% | 0.73% | - |
| XYZ | 19.7 | 36.33 | 15.42 | - |
| YUV | 122.91 | 108.86 | 47.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 187 | 89 | 0.95 | 0 | 0.52 | 0.27 | 146.78 | 0.9 | 0.39 |
| Hex | A | BB | 59 | 5F | 0 | 34 | 1B | 93 | 5A | 27 |
| Octal | 12 | 273 | 131 | 137 | 0 | 64 | 33 | 223 | 132 | 47 |
| Binary | 1010 | 10111011 | 1011001 | 1011111 | 0 | 110100 | 11011 | 10010011 | 1011010 | 100111 |
Color Harmonies of #0ABB59
Complementary color
Monochromatic Colors of #0ABB59
Black with #0ABB59
Text Example
Text Example
White with #0ABB59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABB59; }
p { color: rgb(10,187,89); }
H1.HeaderClassName
{
color: #0ABB59;
}
.AnyTagClassName
{
color: #0ABB59;
}
</style>
background-color css
<style>
a { background-color: #0ABB59; }
a { background-color: rgb(10,187,89); }
div.DivClassName
{
background-color: #0ABB59;
}
.BgClassName
{
background-color: #0ABB59;
}
</style>
border-color css
<style>
span { border-color: #0ABB59; }
span { border-color: rgb(10,187,89); }
td.TdClassName
{
border-color: #0ABB59;
}
.TagClassName
{
border-color: #0ABB59;
}
</style>