Shades of Pigment Green #0AAB5A
Tints of Pigment Green #0AAB5A
RGB
CMYK
RGB Variations
Color information
#0AAB5A (or 0x0AAB5A) is known color: Pigment Green. HEX triplet: 0A, AB and 5A. RGB value is (10,171,90). Sum of RGB (Red+Green+Blue) = 10+171+90=271 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.69% from 271); Green value is 171 (67.19% from 255 or 63.10% from 271); Blue value is 90 (35.55% from 255 or 33.21% from 271); Max value from RGB is 171 - color contains mainly: green. Hex color #0AAB5A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AAB5A is #F554A5. Grayscale: #717171. Windows color (decimal): -16077990 or 5942026. OLE color: 5942026.
HSL color Cylindrical-coordinate representation of color #0AAB5A: hue angle of 149.81º 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 #0AAB5A is Cyan = 0.94, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 171 | 90 | - |
| CMYK | 0.94 | 0 | 0.47 | 0.33 |
| HSL | 149.81º | 0.89% | 0.35% | - |
| HSV(B) | 149.81º | 0.94% | 0.67% | - |
| XYZ | 16.53 | 29.93 | 14.58 | - |
| YUV | 113.63 | 114.66 | 54.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 171 | 90 | 0.94 | 0 | 0.47 | 0.33 | 149.81 | 0.89 | 0.35 |
| Hex | A | AB | 5A | 5E | 0 | 2F | 21 | 96 | 59 | 23 |
| Octal | 12 | 253 | 132 | 136 | 0 | 57 | 41 | 226 | 131 | 43 |
| Binary | 1010 | 10101011 | 1011010 | 1011110 | 0 | 101111 | 100001 | 10010110 | 1011001 | 100011 |
Color Harmonies of #0AAB5A
Complementary color
Monochromatic Colors of #0AAB5A
Black with #0AAB5A
Text Example
Text Example
White with #0AAB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAB5A; }
p { color: rgb(10,171,90); }
H1.HeaderClassName
{
color: #0AAB5A;
}
.AnyTagClassName
{
color: #0AAB5A;
}
</style>
background-color css
<style>
a { background-color: #0AAB5A; }
a { background-color: rgb(10,171,90); }
div.DivClassName
{
background-color: #0AAB5A;
}
.BgClassName
{
background-color: #0AAB5A;
}
</style>
border-color css
<style>
span { border-color: #0AAB5A; }
span { border-color: rgb(10,171,90); }
td.TdClassName
{
border-color: #0AAB5A;
}
.TagClassName
{
border-color: #0AAB5A;
}
</style>