Shades of Conifer #AAD466
Tints of Conifer #AAD466
RGB
CMYK
RGB Variations
Color information
#AAD466 (or 0xAAD466) is known color: Conifer. HEX triplet: AA, D4 and 66. RGB value is (170,212,102). Sum of RGB (Red+Green+Blue) = 170+212+102=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 212 (83.20% from 255 or 43.80% from 484); Blue value is 102 (40.23% from 255 or 21.07% from 484); Max value from RGB is 212 - color contains mainly: green. Hex color #AAD466 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD466 is #552B99. Grayscale: #BBBBBB. Windows color (decimal): -5581722 or 6739114. OLE color: 6739114.
HSL color Cylindrical-coordinate representation of color #AAD466: hue angle of 82.91º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AAD466 is Cyan = 0.20, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 212 | 102 | - |
| CMYK | 0.20 | 0 | 0.52 | 0.17 |
| HSL | 82.91º | 0.56% | 0.62% | - |
| HSV(B) | 82.91º | 0.52% | 0.83% | - |
| XYZ | 42.52 | 56.59 | 21.25 | - |
| YUV | 186.9 | 80.09 | 115.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 212 | 102 | 0.20 | 0 | 0.52 | 0.17 | 82.91 | 0.56 | 0.62 |
| Hex | AA | D4 | 66 | 14 | 0 | 34 | 11 | 53 | 38 | 3E |
| Octal | 252 | 324 | 146 | 24 | 0 | 64 | 21 | 123 | 70 | 76 |
| Binary | 10101010 | 11010100 | 1100110 | 10100 | 0 | 110100 | 10001 | 1010011 | 111000 | 111110 |
Color Harmonies of #AAD466
Complementary color
Monochromatic Colors of #AAD466
Black with #AAD466
Text Example
Text Example
White with #AAD466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD466; }
p { color: rgb(170,212,102); }
H1.HeaderClassName
{
color: #AAD466;
}
.AnyTagClassName
{
color: #AAD466;
}
</style>
background-color css
<style>
a { background-color: #AAD466; }
a { background-color: rgb(170,212,102); }
div.DivClassName
{
background-color: #AAD466;
}
.BgClassName
{
background-color: #AAD466;
}
</style>
border-color css
<style>
span { border-color: #AAD466; }
span { border-color: rgb(170,212,102); }
td.TdClassName
{
border-color: #AAD466;
}
.TagClassName
{
border-color: #AAD466;
}
</style>