Shades of Conifer #AAF76A
Tints of Conifer #AAF76A
RGB
CMYK
RGB Variations
Color information
#AAF76A (or 0xAAF76A) is known color: Conifer. HEX triplet: AA, F7 and 6A. RGB value is (170,247,106). Sum of RGB (Red+Green+Blue) = 170+247+106=523 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.50% from 523); Green value is 247 (96.88% from 255 or 47.23% from 523); Blue value is 106 (41.80% from 255 or 20.27% from 523); Max value from RGB is 247 - color contains mainly: green. Hex color #AAF76A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF76A is #550895. Grayscale: #D0D0D0. Windows color (decimal): -5572758 or 7010218. OLE color: 7010218.
HSL color Cylindrical-coordinate representation of color #AAF76A: hue angle of 92.77º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AAF76A is Cyan = 0.31, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 170 | 247 | 106 | - |
| CMYK | 0.31 | 0 | 0.57 | 0.03 |
| HSL | 92.77º | 0.9% | 0.69% | - |
| HSV(B) | 92.77º | 0.57% | 0.97% | - |
| XYZ | 52.44 | 76.11 | 25.56 | - |
| YUV | 207.9 | 70.49 | 100.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 247 | 106 | 0.31 | 0 | 0.57 | 0.03 | 92.77 | 0.9 | 0.69 |
| Hex | AA | F7 | 6A | 1F | 0 | 39 | 3 | 5D | 5A | 45 |
| Octal | 252 | 367 | 152 | 37 | 0 | 71 | 3 | 135 | 132 | 105 |
| Binary | 10101010 | 11110111 | 1101010 | 11111 | 0 | 111001 | 11 | 1011101 | 1011010 | 1000101 |
Color Harmonies of #AAF76A
Complementary color
Monochromatic Colors of #AAF76A
Black with #AAF76A
Text Example
Text Example
White with #AAF76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF76A; }
p { color: rgb(170,247,106); }
H1.HeaderClassName
{
color: #AAF76A;
}
.AnyTagClassName
{
color: #AAF76A;
}
</style>
background-color css
<style>
a { background-color: #AAF76A; }
a { background-color: rgb(170,247,106); }
div.DivClassName
{
background-color: #AAF76A;
}
.BgClassName
{
background-color: #AAF76A;
}
</style>
border-color css
<style>
span { border-color: #AAF76A; }
span { border-color: rgb(170,247,106); }
td.TdClassName
{
border-color: #AAF76A;
}
.TagClassName
{
border-color: #AAF76A;
}
</style>