Shades of Pigment Green #0AAB5B
Tints of Pigment Green #0AAB5B
RGB
CMYK
RGB Variations
Color information
#0AAB5B (or 0x0AAB5B) is known color: Pigment Green. HEX triplet: 0A, AB and 5B. RGB value is (10,171,91). Sum of RGB (Red+Green+Blue) = 10+171+91=272 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.68% from 272); Green value is 171 (67.19% from 255 or 62.87% from 272); Blue value is 91 (35.94% from 255 or 33.46% from 272); Max value from RGB is 171 - color contains mainly: green. Hex color #0AAB5B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AAB5B is #F554A4. Grayscale: #717171. Windows color (decimal): -16077989 or 6007562. OLE color: 6007562.
HSL color Cylindrical-coordinate representation of color #0AAB5B: hue angle of 150.19º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AAB5B is Cyan = 0.94, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 171 | 91 | - |
| CMYK | 0.94 | 0 | 0.47 | 0.33 |
| HSL | 150.19º | 0.89% | 0.35% | - |
| HSV(B) | 150.19º | 0.94% | 0.67% | - |
| XYZ | 16.58 | 29.95 | 14.8 | - |
| YUV | 113.74 | 115.16 | 54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 171 | 91 | 0.94 | 0 | 0.47 | 0.33 | 150.19 | 0.89 | 0.35 |
| Hex | A | AB | 5B | 5E | 0 | 2F | 21 | 96 | 59 | 23 |
| Octal | 12 | 253 | 133 | 136 | 0 | 57 | 41 | 226 | 131 | 43 |
| Binary | 1010 | 10101011 | 1011011 | 1011110 | 0 | 101111 | 100001 | 10010110 | 1011001 | 100011 |
Color Harmonies of #0AAB5B
Complementary color
Monochromatic Colors of #0AAB5B
Black with #0AAB5B
Text Example
Text Example
White with #0AAB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAB5B; }
p { color: rgb(10,171,91); }
H1.HeaderClassName
{
color: #0AAB5B;
}
.AnyTagClassName
{
color: #0AAB5B;
}
</style>
background-color css
<style>
a { background-color: #0AAB5B; }
a { background-color: rgb(10,171,91); }
div.DivClassName
{
background-color: #0AAB5B;
}
.BgClassName
{
background-color: #0AAB5B;
}
</style>
border-color css
<style>
span { border-color: #0AAB5B; }
span { border-color: rgb(10,171,91); }
td.TdClassName
{
border-color: #0AAB5B;
}
.TagClassName
{
border-color: #0AAB5B;
}
</style>