Shades of Conifer #AADB6A
Tints of Conifer #AADB6A
RGB
CMYK
RGB Variations
Color information
#AADB6A (or 0xAADB6A) is known color: Conifer. HEX triplet: AA, DB and 6A. RGB value is (170,219,106). Sum of RGB (Red+Green+Blue) = 170+219+106=495 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.34% from 495); Green value is 219 (85.94% from 255 or 44.24% from 495); Blue value is 106 (41.80% from 255 or 21.41% from 495); Max value from RGB is 219 - color contains mainly: green. Hex color #AADB6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADB6A is #552495. Grayscale: #BFBFBF. Windows color (decimal): -5579926 or 7003050. OLE color: 7003050.
HSL color Cylindrical-coordinate representation of color #AADB6A: hue angle of 86.02º degrees, saturation: 0.61, 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 #AADB6A is Cyan = 0.22, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 219 | 106 | - |
| CMYK | 0.22 | 0 | 0.52 | 0.14 |
| HSL | 86.02º | 0.61% | 0.64% | - |
| HSV(B) | 86.02º | 0.52% | 0.86% | - |
| XYZ | 44.51 | 60.25 | 22.92 | - |
| YUV | 191.47 | 79.77 | 112.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 219 | 106 | 0.22 | 0 | 0.52 | 0.14 | 86.02 | 0.61 | 0.64 |
| Hex | AA | DB | 6A | 16 | 0 | 34 | E | 56 | 3D | 40 |
| Octal | 252 | 333 | 152 | 26 | 0 | 64 | 16 | 126 | 75 | 100 |
| Binary | 10101010 | 11011011 | 1101010 | 10110 | 0 | 110100 | 1110 | 1010110 | 111101 | 1000000 |
Color Harmonies of #AADB6A
Complementary color
Monochromatic Colors of #AADB6A
Black with #AADB6A
Text Example
Text Example
White with #AADB6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADB6A; }
p { color: rgb(170,219,106); }
H1.HeaderClassName
{
color: #AADB6A;
}
.AnyTagClassName
{
color: #AADB6A;
}
</style>
background-color css
<style>
a { background-color: #AADB6A; }
a { background-color: rgb(170,219,106); }
div.DivClassName
{
background-color: #AADB6A;
}
.BgClassName
{
background-color: #AADB6A;
}
</style>
border-color css
<style>
span { border-color: #AADB6A; }
span { border-color: rgb(170,219,106); }
td.TdClassName
{
border-color: #AADB6A;
}
.TagClassName
{
border-color: #AADB6A;
}
</style>