Shades of Pigment Green #0AAA5A
Tints of Pigment Green #0AAA5A
RGB
CMYK
RGB Variations
Color information
#0AAA5A (or 0x0AAA5A) is known color: Pigment Green. HEX triplet: 0A, AA and 5A. RGB value is (10,170,90). Sum of RGB (Red+Green+Blue) = 10+170+90=270 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.70% from 270); Green value is 170 (66.80% from 255 or 62.96% from 270); Blue value is 90 (35.55% from 255 or 33.33% from 270); Max value from RGB is 170 - color contains mainly: green. Hex color #0AAA5A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AAA5A is #F555A5. Grayscale: #717171. Windows color (decimal): -16078246 or 5941770. OLE color: 5941770.
HSL color Cylindrical-coordinate representation of color #0AAA5A: hue angle of 150º 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 #0AAA5A is Cyan = 0.94, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 170 | 90 | - |
| CMYK | 0.94 | 0 | 0.47 | 0.33 |
| HSL | 150º | 0.89% | 0.35% | - |
| HSV(B) | 150º | 0.94% | 0.67% | - |
| XYZ | 16.35 | 29.55 | 14.52 | - |
| YUV | 113.04 | 114.99 | 54.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 170 | 90 | 0.94 | 0 | 0.47 | 0.33 | 150 | 0.89 | 0.35 |
| Hex | A | AA | 5A | 5E | 0 | 2F | 21 | 96 | 59 | 23 |
| Octal | 12 | 252 | 132 | 136 | 0 | 57 | 41 | 226 | 131 | 43 |
| Binary | 1010 | 10101010 | 1011010 | 1011110 | 0 | 101111 | 100001 | 10010110 | 1011001 | 100011 |
Color Harmonies of #0AAA5A
Complementary color
Monochromatic Colors of #0AAA5A
Black with #0AAA5A
Text Example
Text Example
White with #0AAA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAA5A; }
p { color: rgb(10,170,90); }
H1.HeaderClassName
{
color: #0AAA5A;
}
.AnyTagClassName
{
color: #0AAA5A;
}
</style>
background-color css
<style>
a { background-color: #0AAA5A; }
a { background-color: rgb(10,170,90); }
div.DivClassName
{
background-color: #0AAA5A;
}
.BgClassName
{
background-color: #0AAA5A;
}
</style>
border-color css
<style>
span { border-color: #0AAA5A; }
span { border-color: rgb(10,170,90); }
td.TdClassName
{
border-color: #0AAA5A;
}
.TagClassName
{
border-color: #0AAA5A;
}
</style>