Shades of Conifer #AADA6C
Tints of Conifer #AADA6C
RGB
CMYK
RGB Variations
Color information
#AADA6C (or 0xAADA6C) is known color: Conifer. HEX triplet: AA, DA and 6C. RGB value is (170,218,108). Sum of RGB (Red+Green+Blue) = 170+218+108=496 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.27% from 496); Green value is 218 (85.55% from 255 or 43.95% from 496); Blue value is 108 (42.58% from 255 or 21.77% from 496); Max value from RGB is 218 - color contains mainly: green. Hex color #AADA6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADA6C is #552593. Grayscale: #BFBFBF. Windows color (decimal): -5580180 or 7133866. OLE color: 7133866.
HSL color Cylindrical-coordinate representation of color #AADA6C: hue angle of 86.18º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AADA6C is Cyan = 0.22, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 218 | 108 | - |
| CMYK | 0.22 | 0 | 0.50 | 0.15 |
| HSL | 86.18º | 0.6% | 0.64% | - |
| HSV(B) | 86.18º | 0.5% | 0.85% | - |
| XYZ | 44.36 | 59.77 | 23.39 | - |
| YUV | 191.11 | 81.1 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 218 | 108 | 0.22 | 0 | 0.50 | 0.15 | 86.18 | 0.6 | 0.64 |
| Hex | AA | DA | 6C | 16 | 0 | 32 | F | 56 | 3C | 40 |
| Octal | 252 | 332 | 154 | 26 | 0 | 62 | 17 | 126 | 74 | 100 |
| Binary | 10101010 | 11011010 | 1101100 | 10110 | 0 | 110010 | 1111 | 1010110 | 111100 | 1000000 |
Color Harmonies of #AADA6C
Complementary color
Monochromatic Colors of #AADA6C
Black with #AADA6C
Text Example
Text Example
White with #AADA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADA6C; }
p { color: rgb(170,218,108); }
H1.HeaderClassName
{
color: #AADA6C;
}
.AnyTagClassName
{
color: #AADA6C;
}
</style>
background-color css
<style>
a { background-color: #AADA6C; }
a { background-color: rgb(170,218,108); }
div.DivClassName
{
background-color: #AADA6C;
}
.BgClassName
{
background-color: #AADA6C;
}
</style>
border-color css
<style>
span { border-color: #AADA6C; }
span { border-color: rgb(170,218,108); }
td.TdClassName
{
border-color: #AADA6C;
}
.TagClassName
{
border-color: #AADA6C;
}
</style>