Shades of Conifer #AAD366
Tints of Conifer #AAD366
RGB
CMYK
RGB Variations
Color information
#AAD366 (or 0xAAD366) is known color: Conifer. HEX triplet: AA, D3 and 66. RGB value is (170,211,102). Sum of RGB (Red+Green+Blue) = 170+211+102=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 211 (82.81% from 255 or 43.69% from 483); Blue value is 102 (40.23% from 255 or 21.12% from 483); Max value from RGB is 211 - color contains mainly: green. Hex color #AAD366 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD366 is #552C99. Grayscale: #BABABA. Windows color (decimal): -5581978 or 6738858. OLE color: 6738858.
HSL color Cylindrical-coordinate representation of color #AAD366: hue angle of 82.57º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AAD366 is Cyan = 0.19, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 211 | 102 | - |
| CMYK | 0.19 | 0 | 0.52 | 0.17 |
| HSL | 82.57º | 0.55% | 0.61% | - |
| HSV(B) | 82.57º | 0.52% | 0.83% | - |
| XYZ | 42.27 | 56.09 | 21.17 | - |
| YUV | 186.32 | 80.42 | 116.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 211 | 102 | 0.19 | 0 | 0.52 | 0.17 | 82.57 | 0.55 | 0.61 |
| Hex | AA | D3 | 66 | 13 | 0 | 34 | 11 | 53 | 37 | 3D |
| Octal | 252 | 323 | 146 | 23 | 0 | 64 | 21 | 123 | 67 | 75 |
| Binary | 10101010 | 11010011 | 1100110 | 10011 | 0 | 110100 | 10001 | 1010011 | 110111 | 111101 |
Color Harmonies of #AAD366
Complementary color
Monochromatic Colors of #AAD366
Black with #AAD366
Text Example
Text Example
White with #AAD366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD366; }
p { color: rgb(170,211,102); }
H1.HeaderClassName
{
color: #AAD366;
}
.AnyTagClassName
{
color: #AAD366;
}
</style>
background-color css
<style>
a { background-color: #AAD366; }
a { background-color: rgb(170,211,102); }
div.DivClassName
{
background-color: #AAD366;
}
.BgClassName
{
background-color: #AAD366;
}
</style>
border-color css
<style>
span { border-color: #AAD366; }
span { border-color: rgb(170,211,102); }
td.TdClassName
{
border-color: #AAD366;
}
.TagClassName
{
border-color: #AAD366;
}
</style>