Shades of Conifer #AADA60
Tints of Conifer #AADA60
RGB
CMYK
RGB Variations
Color information
#AADA60 (or 0xAADA60) is known color: Conifer. HEX triplet: AA, DA and 60. RGB value is (170,218,96). Sum of RGB (Red+Green+Blue) = 170+218+96=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 218 (85.55% from 255 or 45.04% from 484); Blue value is 96 (37.89% from 255 or 19.83% from 484); Max value from RGB is 218 - color contains mainly: green. Hex color #AADA60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADA60 is #55259F. Grayscale: #BEBEBE. Windows color (decimal): -5580192 or 6347434. OLE color: 6347434.
HSL color Cylindrical-coordinate representation of color #AADA60: hue angle of 83.61º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AADA60 is Cyan = 0.22, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 218 | 96 | - |
| CMYK | 0.22 | 0 | 0.56 | 0.15 |
| HSL | 83.61º | 0.62% | 0.62% | - |
| HSV(B) | 83.61º | 0.56% | 0.85% | - |
| XYZ | 43.76 | 59.53 | 20.25 | - |
| YUV | 189.74 | 75.1 | 113.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 218 | 96 | 0.22 | 0 | 0.56 | 0.15 | 83.61 | 0.62 | 0.62 |
| Hex | AA | DA | 60 | 16 | 0 | 38 | F | 54 | 3E | 3E |
| Octal | 252 | 332 | 140 | 26 | 0 | 70 | 17 | 124 | 76 | 76 |
| Binary | 10101010 | 11011010 | 1100000 | 10110 | 0 | 111000 | 1111 | 1010100 | 111110 | 111110 |
Color Harmonies of #AADA60
Complementary color
Monochromatic Colors of #AADA60
Black with #AADA60
Text Example
Text Example
White with #AADA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADA60; }
p { color: rgb(170,218,96); }
H1.HeaderClassName
{
color: #AADA60;
}
.AnyTagClassName
{
color: #AADA60;
}
</style>
background-color css
<style>
a { background-color: #AADA60; }
a { background-color: rgb(170,218,96); }
div.DivClassName
{
background-color: #AADA60;
}
.BgClassName
{
background-color: #AADA60;
}
</style>
border-color css
<style>
span { border-color: #AADA60; }
span { border-color: rgb(170,218,96); }
td.TdClassName
{
border-color: #AADA60;
}
.TagClassName
{
border-color: #AADA60;
}
</style>