Shades of Conifer #AADC6A
Tints of Conifer #AADC6A
RGB
CMYK
RGB Variations
Color information
#AADC6A (or 0xAADC6A) is known color: Conifer. HEX triplet: AA, DC and 6A. RGB value is (170,220,106). Sum of RGB (Red+Green+Blue) = 170+220+106=496 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.27% from 496); Green value is 220 (86.33% from 255 or 44.35% from 496); Blue value is 106 (41.80% from 255 or 21.37% from 496); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADC6A is #552395. Grayscale: #C0C0C0. Windows color (decimal): -5579670 or 7003306. OLE color: 7003306.
HSL color Cylindrical-coordinate representation of color #AADC6A: hue angle of 86.32º 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 #AADC6A is Cyan = 0.23, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 220 | 106 | - |
| CMYK | 0.23 | 0 | 0.52 | 0.14 |
| HSL | 86.32º | 0.62% | 0.64% | - |
| HSV(B) | 86.32º | 0.52% | 0.86% | - |
| XYZ | 44.77 | 60.77 | 23.01 | - |
| YUV | 192.05 | 79.44 | 112.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 220 | 106 | 0.23 | 0 | 0.52 | 0.14 | 86.32 | 0.62 | 0.64 |
| Hex | AA | DC | 6A | 17 | 0 | 34 | E | 56 | 3E | 40 |
| Octal | 252 | 334 | 152 | 27 | 0 | 64 | 16 | 126 | 76 | 100 |
| Binary | 10101010 | 11011100 | 1101010 | 10111 | 0 | 110100 | 1110 | 1010110 | 111110 | 1000000 |
Color Harmonies of #AADC6A
Complementary color
Monochromatic Colors of #AADC6A
Black with #AADC6A
Text Example
Text Example
White with #AADC6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADC6A; }
p { color: rgb(170,220,106); }
H1.HeaderClassName
{
color: #AADC6A;
}
.AnyTagClassName
{
color: #AADC6A;
}
</style>
background-color css
<style>
a { background-color: #AADC6A; }
a { background-color: rgb(170,220,106); }
div.DivClassName
{
background-color: #AADC6A;
}
.BgClassName
{
background-color: #AADC6A;
}
</style>
border-color css
<style>
span { border-color: #AADC6A; }
span { border-color: rgb(170,220,106); }
td.TdClassName
{
border-color: #AADC6A;
}
.TagClassName
{
border-color: #AADC6A;
}
</style>