Shades of Conifer #AAD566
Tints of Conifer #AAD566
RGB
CMYK
RGB Variations
Color information
#AAD566 (or 0xAAD566) is known color: Conifer. HEX triplet: AA, D5 and 66. RGB value is (170,213,102). Sum of RGB (Red+Green+Blue) = 170+213+102=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 213 (83.59% from 255 or 43.92% from 485); Blue value is 102 (40.23% from 255 or 21.03% from 485); Max value from RGB is 213 - color contains mainly: green. Hex color #AAD566 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD566 is #552A99. Grayscale: #BBBBBB. Windows color (decimal): -5581466 or 6739370. OLE color: 6739370.
HSL color Cylindrical-coordinate representation of color #AAD566: hue angle of 83.24º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AAD566 is Cyan = 0.20, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 213 | 102 | - |
| CMYK | 0.20 | 0 | 0.52 | 0.16 |
| HSL | 83.24º | 0.57% | 0.62% | - |
| HSV(B) | 83.24º | 0.52% | 0.84% | - |
| XYZ | 42.77 | 57.09 | 21.34 | - |
| YUV | 187.49 | 79.75 | 115.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 213 | 102 | 0.20 | 0 | 0.52 | 0.16 | 83.24 | 0.57 | 0.62 |
| Hex | AA | D5 | 66 | 14 | 0 | 34 | 10 | 53 | 39 | 3E |
| Octal | 252 | 325 | 146 | 24 | 0 | 64 | 20 | 123 | 71 | 76 |
| Binary | 10101010 | 11010101 | 1100110 | 10100 | 0 | 110100 | 10000 | 1010011 | 111001 | 111110 |
Color Harmonies of #AAD566
Complementary color
Monochromatic Colors of #AAD566
Black with #AAD566
Text Example
Text Example
White with #AAD566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD566; }
p { color: rgb(170,213,102); }
H1.HeaderClassName
{
color: #AAD566;
}
.AnyTagClassName
{
color: #AAD566;
}
</style>
background-color css
<style>
a { background-color: #AAD566; }
a { background-color: rgb(170,213,102); }
div.DivClassName
{
background-color: #AAD566;
}
.BgClassName
{
background-color: #AAD566;
}
</style>
border-color css
<style>
span { border-color: #AAD566; }
span { border-color: rgb(170,213,102); }
td.TdClassName
{
border-color: #AAD566;
}
.TagClassName
{
border-color: #AAD566;
}
</style>