Shades of Conifer #AAFC66
Tints of Conifer #AAFC66
RGB
CMYK
RGB Variations
Color information
#AAFC66 (or 0xAAFC66) is known color: Conifer. HEX triplet: AA, FC and 66. RGB value is (170,252,102). Sum of RGB (Red+Green+Blue) = 170+252+102=524 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.44% from 524); Green value is 252 (98.83% from 255 or 48.09% from 524); Blue value is 102 (40.23% from 255 or 19.47% from 524); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFC66 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFC66 is #550399. Grayscale: #D2D2D2. Windows color (decimal): -5571482 or 6749354. OLE color: 6749354.
HSL color Cylindrical-coordinate representation of color #AAFC66: hue angle of 92.8º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AAFC66 is Cyan = 0.33, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 252 | 102 | - |
| CMYK | 0.33 | 0 | 0.60 | 0.01 |
| HSL | 92.8º | 0.96% | 0.69% | - |
| HSV(B) | 92.8º | 0.6% | 0.99% | - |
| XYZ | 53.79 | 79.13 | 25.01 | - |
| YUV | 210.38 | 66.83 | 99.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 252 | 102 | 0.33 | 0 | 0.60 | 0.01 | 92.8 | 0.96 | 0.69 |
| Hex | AA | FC | 66 | 21 | 0 | 3C | 1 | 5D | 60 | 45 |
| Octal | 252 | 374 | 146 | 41 | 0 | 74 | 1 | 135 | 140 | 105 |
| Binary | 10101010 | 11111100 | 1100110 | 100001 | 0 | 111100 | 1 | 1011101 | 1100000 | 1000101 |
Color Harmonies of #AAFC66
Complementary color
Monochromatic Colors of #AAFC66
Black with #AAFC66
Text Example
Text Example
White with #AAFC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFC66; }
p { color: rgb(170,252,102); }
H1.HeaderClassName
{
color: #AAFC66;
}
.AnyTagClassName
{
color: #AAFC66;
}
</style>
background-color css
<style>
a { background-color: #AAFC66; }
a { background-color: rgb(170,252,102); }
div.DivClassName
{
background-color: #AAFC66;
}
.BgClassName
{
background-color: #AAFC66;
}
</style>
border-color css
<style>
span { border-color: #AAFC66; }
span { border-color: rgb(170,252,102); }
td.TdClassName
{
border-color: #AAFC66;
}
.TagClassName
{
border-color: #AAFC66;
}
</style>