Shades of Pigment Green #0AAA5C
Tints of Pigment Green #0AAA5C
RGB
CMYK
RGB Variations
Color information
#0AAA5C (or 0x0AAA5C) is known color: Pigment Green. HEX triplet: 0A, AA and 5C. RGB value is (10,170,92). Sum of RGB (Red+Green+Blue) = 10+170+92=272 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.68% from 272); Green value is 170 (66.80% from 255 or 62.5% from 272); Blue value is 92 (36.33% from 255 or 33.82% from 272); Max value from RGB is 170 - color contains mainly: green. Hex color #0AAA5C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AAA5C is #F555A3. Grayscale: #717171. Windows color (decimal): -16078244 or 6072842. OLE color: 6072842.
HSL color Cylindrical-coordinate representation of color #0AAA5C: hue angle of 150.75º 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 #0AAA5C is Cyan = 0.94, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 170 | 92 | - |
| CMYK | 0.94 | 0 | 0.46 | 0.33 |
| HSL | 150.75º | 0.89% | 0.35% | - |
| HSV(B) | 150.75º | 0.94% | 0.67% | - |
| XYZ | 16.43 | 29.59 | 14.97 | - |
| YUV | 113.27 | 115.99 | 54.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 170 | 92 | 0.94 | 0 | 0.46 | 0.33 | 150.75 | 0.89 | 0.35 |
| Hex | A | AA | 5C | 5E | 0 | 2E | 21 | 97 | 59 | 23 |
| Octal | 12 | 252 | 134 | 136 | 0 | 56 | 41 | 227 | 131 | 43 |
| Binary | 1010 | 10101010 | 1011100 | 1011110 | 0 | 101110 | 100001 | 10010111 | 1011001 | 100011 |
Color Harmonies of #0AAA5C
Complementary color
Monochromatic Colors of #0AAA5C
Black with #0AAA5C
Text Example
Text Example
White with #0AAA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAA5C; }
p { color: rgb(10,170,92); }
H1.HeaderClassName
{
color: #0AAA5C;
}
.AnyTagClassName
{
color: #0AAA5C;
}
</style>
background-color css
<style>
a { background-color: #0AAA5C; }
a { background-color: rgb(10,170,92); }
div.DivClassName
{
background-color: #0AAA5C;
}
.BgClassName
{
background-color: #0AAA5C;
}
</style>
border-color css
<style>
span { border-color: #0AAA5C; }
span { border-color: rgb(10,170,92); }
td.TdClassName
{
border-color: #0AAA5C;
}
.TagClassName
{
border-color: #0AAA5C;
}
</style>