Shades of Pigment Green #06AA4A
Tints of Pigment Green #06AA4A
RGB
CMYK
RGB Variations
Color information
#06AA4A (or 0x06AA4A) is known color: Pigment Green. HEX triplet: 06, AA and 4A. RGB value is (6,170,74). Sum of RGB (Red+Green+Blue) = 6+170+74=250 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.4% from 250); Green value is 170 (66.80% from 255 or 68% from 250); Blue value is 74 (29.30% from 255 or 29.6% from 250); Max value from RGB is 170 - color contains mainly: green. Hex color #06AA4A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06AA4A is #F955B5. Grayscale: #6E6E6E. Windows color (decimal): -16340406 or 4893190. OLE color: 4893190.
HSL color Cylindrical-coordinate representation of color #06AA4A: hue angle of 144.88º 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 #06AA4A is Cyan = 0.96, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 6 | 170 | 74 | - |
| CMYK | 0.96 | 0 | 0.56 | 0.33 |
| HSL | 144.88º | 0.93% | 0.35% | - |
| HSV(B) | 144.88º | 0.96% | 0.67% | - |
| XYZ | 15.69 | 29.28 | 11.3 | - |
| YUV | 110.02 | 107.67 | 53.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 170 | 74 | 0.96 | 0 | 0.56 | 0.33 | 144.88 | 0.93 | 0.35 |
| Hex | 6 | AA | 4A | 60 | 0 | 38 | 21 | 91 | 5D | 23 |
| Octal | 6 | 252 | 112 | 140 | 0 | 70 | 41 | 221 | 135 | 43 |
| Binary | 110 | 10101010 | 1001010 | 1100000 | 0 | 111000 | 100001 | 10010001 | 1011101 | 100011 |
Color Harmonies of #06AA4A
Complementary color
Monochromatic Colors of #06AA4A
Black with #06AA4A
Text Example
Text Example
White with #06AA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06AA4A; }
p { color: rgb(6,170,74); }
H1.HeaderClassName
{
color: #06AA4A;
}
.AnyTagClassName
{
color: #06AA4A;
}
</style>
background-color css
<style>
a { background-color: #06AA4A; }
a { background-color: rgb(6,170,74); }
div.DivClassName
{
background-color: #06AA4A;
}
.BgClassName
{
background-color: #06AA4A;
}
</style>
border-color css
<style>
span { border-color: #06AA4A; }
span { border-color: rgb(6,170,74); }
td.TdClassName
{
border-color: #06AA4A;
}
.TagClassName
{
border-color: #06AA4A;
}
</style>