Shades of Conifer #AADA5B
Tints of Conifer #AADA5B
RGB
CMYK
RGB Variations
Color information
#AADA5B (or 0xAADA5B) is known color: Conifer. HEX triplet: AA, DA and 5B. RGB value is (170,218,91). Sum of RGB (Red+Green+Blue) = 170+218+91=479 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.49% from 479); Green value is 218 (85.55% from 255 or 45.51% from 479); Blue value is 91 (35.94% from 255 or 19.00% from 479); Max value from RGB is 218 - color contains mainly: green. Hex color #AADA5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADA5B is #5525A4. Grayscale: #BDBDBD. Windows color (decimal): -5580197 or 6019754. OLE color: 6019754.
HSL color Cylindrical-coordinate representation of color #AADA5B: hue angle of 82.68º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AADA5B is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 218 | 91 | - |
| CMYK | 0.22 | 0 | 0.58 | 0.15 |
| HSL | 82.68º | 0.63% | 0.61% | - |
| HSV(B) | 82.68º | 0.58% | 0.85% | - |
| XYZ | 43.54 | 59.44 | 19.08 | - |
| YUV | 189.17 | 72.6 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 218 | 91 | 0.22 | 0 | 0.58 | 0.15 | 82.68 | 0.63 | 0.61 |
| Hex | AA | DA | 5B | 16 | 0 | 3A | F | 53 | 3F | 3D |
| Octal | 252 | 332 | 133 | 26 | 0 | 72 | 17 | 123 | 77 | 75 |
| Binary | 10101010 | 11011010 | 1011011 | 10110 | 0 | 111010 | 1111 | 1010011 | 111111 | 111101 |
Color Harmonies of #AADA5B
Complementary color
Monochromatic Colors of #AADA5B
Black with #AADA5B
Text Example
Text Example
White with #AADA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADA5B; }
p { color: rgb(170,218,91); }
H1.HeaderClassName
{
color: #AADA5B;
}
.AnyTagClassName
{
color: #AADA5B;
}
</style>
background-color css
<style>
a { background-color: #AADA5B; }
a { background-color: rgb(170,218,91); }
div.DivClassName
{
background-color: #AADA5B;
}
.BgClassName
{
background-color: #AADA5B;
}
</style>
border-color css
<style>
span { border-color: #AADA5B; }
span { border-color: rgb(170,218,91); }
td.TdClassName
{
border-color: #AADA5B;
}
.TagClassName
{
border-color: #AADA5B;
}
</style>