Shades of Pigment Green #0AAB4A
Tints of Pigment Green #0AAB4A
RGB
CMYK
RGB Variations
Color information
#0AAB4A (or 0x0AAB4A) is known color: Pigment Green. HEX triplet: 0A, AB and 4A. RGB value is (10,171,74). Sum of RGB (Red+Green+Blue) = 10+171+74=255 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.92% from 255); Green value is 171 (67.19% from 255 or 67.06% from 255); Blue value is 74 (29.30% from 255 or 29.02% from 255); Max value from RGB is 171 - color contains mainly: green. Hex color #0AAB4A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AAB4A is #F554B5. Grayscale: #707070. Windows color (decimal): -16078006 or 4893450. OLE color: 4893450.
HSL color Cylindrical-coordinate representation of color #0AAB4A: hue angle of 143.85º 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 #0AAB4A is Cyan = 0.94, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 171 | 74 | - |
| CMYK | 0.94 | 0 | 0.57 | 0.33 |
| HSL | 143.85º | 0.89% | 0.35% | - |
| HSV(B) | 143.85º | 0.94% | 0.67% | - |
| XYZ | 15.92 | 29.68 | 11.37 | - |
| YUV | 111.8 | 106.66 | 55.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 171 | 74 | 0.94 | 0 | 0.57 | 0.33 | 143.85 | 0.89 | 0.35 |
| Hex | A | AB | 4A | 5E | 0 | 39 | 21 | 90 | 59 | 23 |
| Octal | 12 | 253 | 112 | 136 | 0 | 71 | 41 | 220 | 131 | 43 |
| Binary | 1010 | 10101011 | 1001010 | 1011110 | 0 | 111001 | 100001 | 10010000 | 1011001 | 100011 |
Color Harmonies of #0AAB4A
Complementary color
Monochromatic Colors of #0AAB4A
Black with #0AAB4A
Text Example
Text Example
White with #0AAB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAB4A; }
p { color: rgb(10,171,74); }
H1.HeaderClassName
{
color: #0AAB4A;
}
.AnyTagClassName
{
color: #0AAB4A;
}
</style>
background-color css
<style>
a { background-color: #0AAB4A; }
a { background-color: rgb(10,171,74); }
div.DivClassName
{
background-color: #0AAB4A;
}
.BgClassName
{
background-color: #0AAB4A;
}
</style>
border-color css
<style>
span { border-color: #0AAB4A; }
span { border-color: rgb(10,171,74); }
td.TdClassName
{
border-color: #0AAB4A;
}
.TagClassName
{
border-color: #0AAB4A;
}
</style>