Shades of Pigment Green #0AB656
Tints of Pigment Green #0AB656
RGB
CMYK
RGB Variations
Color information
#0AB656 (or 0x0AB656) is known color: Pigment Green. HEX triplet: 0A, B6 and 56. RGB value is (10,182,86). Sum of RGB (Red+Green+Blue) = 10+182+86=278 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.60% from 278); Green value is 182 (71.48% from 255 or 65.47% from 278); Blue value is 86 (33.98% from 255 or 30.94% from 278); Max value from RGB is 182 - color contains mainly: green. Hex color #0AB656 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AB656 is #F549A9. Grayscale: #777777. Windows color (decimal): -16075178 or 5682698. OLE color: 5682698.
HSL color Cylindrical-coordinate representation of color #0AB656: hue angle of 146.51º 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 #0AB656 is Cyan = 0.95, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 10 | 182 | 86 | - |
| CMYK | 0.95 | 0 | 0.53 | 0.29 |
| HSL | 146.51º | 0.9% | 0.38% | - |
| HSV(B) | 146.51º | 0.95% | 0.71% | - |
| XYZ | 18.53 | 34.19 | 14.43 | - |
| YUV | 119.63 | 109.02 | 49.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 182 | 86 | 0.95 | 0 | 0.53 | 0.29 | 146.51 | 0.9 | 0.38 |
| Hex | A | B6 | 56 | 5F | 0 | 35 | 1D | 93 | 5A | 26 |
| Octal | 12 | 266 | 126 | 137 | 0 | 65 | 35 | 223 | 132 | 46 |
| Binary | 1010 | 10110110 | 1010110 | 1011111 | 0 | 110101 | 11101 | 10010011 | 1011010 | 100110 |
Color Harmonies of #0AB656
Complementary color
Monochromatic Colors of #0AB656
Black with #0AB656
Text Example
Text Example
White with #0AB656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB656; }
p { color: rgb(10,182,86); }
H1.HeaderClassName
{
color: #0AB656;
}
.AnyTagClassName
{
color: #0AB656;
}
</style>
background-color css
<style>
a { background-color: #0AB656; }
a { background-color: rgb(10,182,86); }
div.DivClassName
{
background-color: #0AB656;
}
.BgClassName
{
background-color: #0AB656;
}
</style>
border-color css
<style>
span { border-color: #0AB656; }
span { border-color: rgb(10,182,86); }
td.TdClassName
{
border-color: #0AB656;
}
.TagClassName
{
border-color: #0AB656;
}
</style>