Shades of Pigment Green #0AB651
Tints of Pigment Green #0AB651
RGB
CMYK
RGB Variations
Color information
#0AB651 (or 0x0AB651) is known color: Pigment Green. HEX triplet: 0A, B6 and 51. RGB value is (10,182,81). Sum of RGB (Red+Green+Blue) = 10+182+81=273 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.66% from 273); Green value is 182 (71.48% from 255 or 66.67% from 273); Blue value is 81 (32.03% from 255 or 29.67% from 273); Max value from RGB is 182 - color contains mainly: green. Hex color #0AB651 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AB651 is #F549AE. Grayscale: #777777. Windows color (decimal): -16075183 or 5355018. OLE color: 5355018.
HSL color Cylindrical-coordinate representation of color #0AB651: hue angle of 144.77º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AB651 is Cyan = 0.95, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 10 | 182 | 81 | - |
| CMYK | 0.95 | 0 | 0.55 | 0.29 |
| HSL | 144.77º | 0.9% | 0.38% | - |
| HSV(B) | 144.77º | 0.95% | 0.71% | - |
| XYZ | 18.34 | 34.11 | 13.4 | - |
| YUV | 119.06 | 106.52 | 50.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 182 | 81 | 0.95 | 0 | 0.55 | 0.29 | 144.77 | 0.9 | 0.38 |
| Hex | A | B6 | 51 | 5F | 0 | 37 | 1D | 91 | 5A | 26 |
| Octal | 12 | 266 | 121 | 137 | 0 | 67 | 35 | 221 | 132 | 46 |
| Binary | 1010 | 10110110 | 1010001 | 1011111 | 0 | 110111 | 11101 | 10010001 | 1011010 | 100110 |
Color Harmonies of #0AB651
Complementary color
Monochromatic Colors of #0AB651
Black with #0AB651
Text Example
Text Example
White with #0AB651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB651; }
p { color: rgb(10,182,81); }
H1.HeaderClassName
{
color: #0AB651;
}
.AnyTagClassName
{
color: #0AB651;
}
</style>
background-color css
<style>
a { background-color: #0AB651; }
a { background-color: rgb(10,182,81); }
div.DivClassName
{
background-color: #0AB651;
}
.BgClassName
{
background-color: #0AB651;
}
</style>
border-color css
<style>
span { border-color: #0AB651; }
span { border-color: rgb(10,182,81); }
td.TdClassName
{
border-color: #0AB651;
}
.TagClassName
{
border-color: #0AB651;
}
</style>