Shades of Pigment Green #0AAB5D
Tints of Pigment Green #0AAB5D
RGB
CMYK
RGB Variations
Color information
#0AAB5D (or 0x0AAB5D) is known color: Pigment Green. HEX triplet: 0A, AB and 5D. RGB value is (10,171,93). Sum of RGB (Red+Green+Blue) = 10+171+93=274 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.65% from 274); Green value is 171 (67.19% from 255 or 62.41% from 274); Blue value is 93 (36.72% from 255 or 33.94% from 274); Max value from RGB is 171 - color contains mainly: green. Hex color #0AAB5D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AAB5D is #F554A2. Grayscale: #727272. Windows color (decimal): -16077987 or 6138634. OLE color: 6138634.
HSL color Cylindrical-coordinate representation of color #0AAB5D: hue angle of 150.93º 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 #0AAB5D is Cyan = 0.94, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 171 | 93 | - |
| CMYK | 0.94 | 0 | 0.46 | 0.33 |
| HSL | 150.93º | 0.89% | 0.35% | - |
| HSV(B) | 150.93º | 0.94% | 0.67% | - |
| XYZ | 16.66 | 29.98 | 15.26 | - |
| YUV | 113.97 | 116.16 | 53.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 171 | 93 | 0.94 | 0 | 0.46 | 0.33 | 150.93 | 0.89 | 0.35 |
| Hex | A | AB | 5D | 5E | 0 | 2E | 21 | 97 | 59 | 23 |
| Octal | 12 | 253 | 135 | 136 | 0 | 56 | 41 | 227 | 131 | 43 |
| Binary | 1010 | 10101011 | 1011101 | 1011110 | 0 | 101110 | 100001 | 10010111 | 1011001 | 100011 |
Color Harmonies of #0AAB5D
Complementary color
Monochromatic Colors of #0AAB5D
Black with #0AAB5D
Text Example
Text Example
White with #0AAB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAB5D; }
p { color: rgb(10,171,93); }
H1.HeaderClassName
{
color: #0AAB5D;
}
.AnyTagClassName
{
color: #0AAB5D;
}
</style>
background-color css
<style>
a { background-color: #0AAB5D; }
a { background-color: rgb(10,171,93); }
div.DivClassName
{
background-color: #0AAB5D;
}
.BgClassName
{
background-color: #0AAB5D;
}
</style>
border-color css
<style>
span { border-color: #0AAB5D; }
span { border-color: rgb(10,171,93); }
td.TdClassName
{
border-color: #0AAB5D;
}
.TagClassName
{
border-color: #0AAB5D;
}
</style>