Shades of Conifer #AADC69
Tints of Conifer #AADC69
RGB
CMYK
RGB Variations
Color information
#AADC69 (or 0xAADC69) is known color: Conifer. HEX triplet: AA, DC and 69. RGB value is (170,220,105). Sum of RGB (Red+Green+Blue) = 170+220+105=495 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.34% from 495); Green value is 220 (86.33% from 255 or 44.44% from 495); Blue value is 105 (41.41% from 255 or 21.21% from 495); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADC69 is #552396. Grayscale: #C0C0C0. Windows color (decimal): -5579671 or 6937770. OLE color: 6937770.
HSL color Cylindrical-coordinate representation of color #AADC69: hue angle of 86.09º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AADC69 is Cyan = 0.23, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 220 | 105 | - |
| CMYK | 0.23 | 0 | 0.52 | 0.14 |
| HSL | 86.09º | 0.62% | 0.64% | - |
| HSV(B) | 86.09º | 0.52% | 0.86% | - |
| XYZ | 44.72 | 60.75 | 22.73 | - |
| YUV | 191.94 | 78.94 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 220 | 105 | 0.23 | 0 | 0.52 | 0.14 | 86.09 | 0.62 | 0.64 |
| Hex | AA | DC | 69 | 17 | 0 | 34 | E | 56 | 3E | 40 |
| Octal | 252 | 334 | 151 | 27 | 0 | 64 | 16 | 126 | 76 | 100 |
| Binary | 10101010 | 11011100 | 1101001 | 10111 | 0 | 110100 | 1110 | 1010110 | 111110 | 1000000 |
Color Harmonies of #AADC69
Complementary color
Monochromatic Colors of #AADC69
Black with #AADC69
Text Example
Text Example
White with #AADC69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADC69; }
p { color: rgb(170,220,105); }
H1.HeaderClassName
{
color: #AADC69;
}
.AnyTagClassName
{
color: #AADC69;
}
</style>
background-color css
<style>
a { background-color: #AADC69; }
a { background-color: rgb(170,220,105); }
div.DivClassName
{
background-color: #AADC69;
}
.BgClassName
{
background-color: #AADC69;
}
</style>
border-color css
<style>
span { border-color: #AADC69; }
span { border-color: rgb(170,220,105); }
td.TdClassName
{
border-color: #AADC69;
}
.TagClassName
{
border-color: #AADC69;
}
</style>