Shades of Pigment Green #0AAB5C
Tints of Pigment Green #0AAB5C
RGB
CMYK
RGB Variations
Color information
#0AAB5C (or 0x0AAB5C) is known color: Pigment Green. HEX triplet: 0A, AB and 5C. RGB value is (10,171,92). Sum of RGB (Red+Green+Blue) = 10+171+92=273 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.66% from 273); Green value is 171 (67.19% from 255 or 62.64% from 273); Blue value is 92 (36.33% from 255 or 33.70% from 273); Max value from RGB is 171 - color contains mainly: green. Hex color #0AAB5C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AAB5C is #F554A3. Grayscale: #727272. Windows color (decimal): -16077988 or 6073098. OLE color: 6073098.
HSL color Cylindrical-coordinate representation of color #0AAB5C: hue angle of 150.56º 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 #0AAB5C is Cyan = 0.94, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 171 | 92 | - |
| CMYK | 0.94 | 0 | 0.46 | 0.33 |
| HSL | 150.56º | 0.89% | 0.35% | - |
| HSV(B) | 150.56º | 0.94% | 0.67% | - |
| XYZ | 16.62 | 29.96 | 15.03 | - |
| YUV | 113.86 | 115.66 | 53.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 171 | 92 | 0.94 | 0 | 0.46 | 0.33 | 150.56 | 0.89 | 0.35 |
| Hex | A | AB | 5C | 5E | 0 | 2E | 21 | 97 | 59 | 23 |
| Octal | 12 | 253 | 134 | 136 | 0 | 56 | 41 | 227 | 131 | 43 |
| Binary | 1010 | 10101011 | 1011100 | 1011110 | 0 | 101110 | 100001 | 10010111 | 1011001 | 100011 |
Color Harmonies of #0AAB5C
Complementary color
Monochromatic Colors of #0AAB5C
Black with #0AAB5C
Text Example
Text Example
White with #0AAB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAB5C; }
p { color: rgb(10,171,92); }
H1.HeaderClassName
{
color: #0AAB5C;
}
.AnyTagClassName
{
color: #0AAB5C;
}
</style>
background-color css
<style>
a { background-color: #0AAB5C; }
a { background-color: rgb(10,171,92); }
div.DivClassName
{
background-color: #0AAB5C;
}
.BgClassName
{
background-color: #0AAB5C;
}
</style>
border-color css
<style>
span { border-color: #0AAB5C; }
span { border-color: rgb(10,171,92); }
td.TdClassName
{
border-color: #0AAB5C;
}
.TagClassName
{
border-color: #0AAB5C;
}
</style>