Shades of Conifer #AADC6B
Tints of Conifer #AADC6B
RGB
CMYK
RGB Variations
Color information
#AADC6B (or 0xAADC6B) is known color: Conifer. HEX triplet: AA, DC and 6B. RGB value is (170,220,107). Sum of RGB (Red+Green+Blue) = 170+220+107=497 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.21% from 497); Green value is 220 (86.33% from 255 or 44.27% from 497); Blue value is 107 (42.19% from 255 or 21.53% from 497); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADC6B is #552394. Grayscale: #C0C0C0. Windows color (decimal): -5579669 or 7068842. OLE color: 7068842.
HSL color Cylindrical-coordinate representation of color #AADC6B: hue angle of 86.55º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AADC6B is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 220 | 107 | - |
| CMYK | 0.23 | 0 | 0.51 | 0.14 |
| HSL | 86.55º | 0.62% | 0.64% | - |
| HSV(B) | 86.55º | 0.51% | 0.86% | - |
| XYZ | 44.82 | 60.79 | 23.28 | - |
| YUV | 192.17 | 79.94 | 112.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 220 | 107 | 0.23 | 0 | 0.51 | 0.14 | 86.55 | 0.62 | 0.64 |
| Hex | AA | DC | 6B | 17 | 0 | 33 | E | 57 | 3E | 40 |
| Octal | 252 | 334 | 153 | 27 | 0 | 63 | 16 | 127 | 76 | 100 |
| Binary | 10101010 | 11011100 | 1101011 | 10111 | 0 | 110011 | 1110 | 1010111 | 111110 | 1000000 |
Color Harmonies of #AADC6B
Complementary color
Monochromatic Colors of #AADC6B
Black with #AADC6B
Text Example
Text Example
White with #AADC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADC6B; }
p { color: rgb(170,220,107); }
H1.HeaderClassName
{
color: #AADC6B;
}
.AnyTagClassName
{
color: #AADC6B;
}
</style>
background-color css
<style>
a { background-color: #AADC6B; }
a { background-color: rgb(170,220,107); }
div.DivClassName
{
background-color: #AADC6B;
}
.BgClassName
{
background-color: #AADC6B;
}
</style>
border-color css
<style>
span { border-color: #AADC6B; }
span { border-color: rgb(170,220,107); }
td.TdClassName
{
border-color: #AADC6B;
}
.TagClassName
{
border-color: #AADC6B;
}
</style>