Shades of Pigment Green #06AA5A
Tints of Pigment Green #06AA5A
RGB
CMYK
RGB Variations
Color information
#06AA5A (or 0x06AA5A) is known color: Pigment Green. HEX triplet: 06, AA and 5A. RGB value is (6,170,90). Sum of RGB (Red+Green+Blue) = 6+170+90=266 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.26% from 266); Green value is 170 (66.80% from 255 or 63.91% from 266); Blue value is 90 (35.55% from 255 or 33.83% from 266); Max value from RGB is 170 - color contains mainly: green. Hex color #06AA5A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06AA5A is #F955A5. Grayscale: #707070. Windows color (decimal): -16340390 or 5941766. OLE color: 5941766.
HSL color Cylindrical-coordinate representation of color #06AA5A: hue angle of 150.73º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06AA5A is Cyan = 0.96, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 6 | 170 | 90 | - |
| CMYK | 0.96 | 0 | 0.47 | 0.33 |
| HSL | 150.73º | 0.93% | 0.35% | - |
| HSV(B) | 150.73º | 0.96% | 0.67% | - |
| XYZ | 16.3 | 29.53 | 14.51 | - |
| YUV | 111.84 | 115.67 | 52.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 170 | 90 | 0.96 | 0 | 0.47 | 0.33 | 150.73 | 0.93 | 0.35 |
| Hex | 6 | AA | 5A | 60 | 0 | 2F | 21 | 97 | 5D | 23 |
| Octal | 6 | 252 | 132 | 140 | 0 | 57 | 41 | 227 | 135 | 43 |
| Binary | 110 | 10101010 | 1011010 | 1100000 | 0 | 101111 | 100001 | 10010111 | 1011101 | 100011 |
Color Harmonies of #06AA5A
Complementary color
Monochromatic Colors of #06AA5A
Black with #06AA5A
Text Example
Text Example
White with #06AA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06AA5A; }
p { color: rgb(6,170,90); }
H1.HeaderClassName
{
color: #06AA5A;
}
.AnyTagClassName
{
color: #06AA5A;
}
</style>
background-color css
<style>
a { background-color: #06AA5A; }
a { background-color: rgb(6,170,90); }
div.DivClassName
{
background-color: #06AA5A;
}
.BgClassName
{
background-color: #06AA5A;
}
</style>
border-color css
<style>
span { border-color: #06AA5A; }
span { border-color: rgb(6,170,90); }
td.TdClassName
{
border-color: #06AA5A;
}
.TagClassName
{
border-color: #06AA5A;
}
</style>