Shades of Conifer #AADA5D
Tints of Conifer #AADA5D
RGB
CMYK
RGB Variations
Color information
#AADA5D (or 0xAADA5D) is known color: Conifer. HEX triplet: AA, DA and 5D. RGB value is (170,218,93). Sum of RGB (Red+Green+Blue) = 170+218+93=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 218 (85.55% from 255 or 45.32% from 481); Blue value is 93 (36.72% from 255 or 19.33% from 481); Max value from RGB is 218 - color contains mainly: green. Hex color #AADA5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADA5D is #5525A2. Grayscale: #BDBDBD. Windows color (decimal): -5580195 or 6150826. OLE color: 6150826.
HSL color Cylindrical-coordinate representation of color #AADA5D: hue angle of 83.04º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AADA5D is Cyan = 0.22, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 218 | 93 | - |
| CMYK | 0.22 | 0 | 0.57 | 0.15 |
| HSL | 83.04º | 0.63% | 0.61% | - |
| HSV(B) | 83.04º | 0.57% | 0.85% | - |
| XYZ | 43.62 | 59.48 | 19.54 | - |
| YUV | 189.4 | 73.6 | 114.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 218 | 93 | 0.22 | 0 | 0.57 | 0.15 | 83.04 | 0.63 | 0.61 |
| Hex | AA | DA | 5D | 16 | 0 | 39 | F | 53 | 3F | 3D |
| Octal | 252 | 332 | 135 | 26 | 0 | 71 | 17 | 123 | 77 | 75 |
| Binary | 10101010 | 11011010 | 1011101 | 10110 | 0 | 111001 | 1111 | 1010011 | 111111 | 111101 |
Color Harmonies of #AADA5D
Complementary color
Monochromatic Colors of #AADA5D
Black with #AADA5D
Text Example
Text Example
White with #AADA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADA5D; }
p { color: rgb(170,218,93); }
H1.HeaderClassName
{
color: #AADA5D;
}
.AnyTagClassName
{
color: #AADA5D;
}
</style>
background-color css
<style>
a { background-color: #AADA5D; }
a { background-color: rgb(170,218,93); }
div.DivClassName
{
background-color: #AADA5D;
}
.BgClassName
{
background-color: #AADA5D;
}
</style>
border-color css
<style>
span { border-color: #AADA5D; }
span { border-color: rgb(170,218,93); }
td.TdClassName
{
border-color: #AADA5D;
}
.TagClassName
{
border-color: #AADA5D;
}
</style>