Shades of Conifer #AAD963
Tints of Conifer #AAD963
RGB
CMYK
RGB Variations
Color information
#AAD963 (or 0xAAD963) is known color: Conifer. HEX triplet: AA, D9 and 63. RGB value is (170,217,99). Sum of RGB (Red+Green+Blue) = 170+217+99=486 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.98% from 486); Green value is 217 (85.16% from 255 or 44.65% from 486); Blue value is 99 (39.06% from 255 or 20.37% from 486); Max value from RGB is 217 - color contains mainly: green. Hex color #AAD963 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD963 is #55269C. Grayscale: #BDBDBD. Windows color (decimal): -5580445 or 6543786. OLE color: 6543786.
HSL color Cylindrical-coordinate representation of color #AAD963: hue angle of 83.9º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AAD963 is Cyan = 0.22, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 217 | 99 | - |
| CMYK | 0.22 | 0 | 0.54 | 0.15 |
| HSL | 83.9º | 0.61% | 0.62% | - |
| HSV(B) | 83.9º | 0.54% | 0.85% | - |
| XYZ | 43.64 | 59.07 | 20.91 | - |
| YUV | 189.5 | 76.93 | 114.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 217 | 99 | 0.22 | 0 | 0.54 | 0.15 | 83.9 | 0.61 | 0.62 |
| Hex | AA | D9 | 63 | 16 | 0 | 36 | F | 54 | 3D | 3E |
| Octal | 252 | 331 | 143 | 26 | 0 | 66 | 17 | 124 | 75 | 76 |
| Binary | 10101010 | 11011001 | 1100011 | 10110 | 0 | 110110 | 1111 | 1010100 | 111101 | 111110 |
Color Harmonies of #AAD963
Complementary color
Monochromatic Colors of #AAD963
Black with #AAD963
Text Example
Text Example
White with #AAD963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD963; }
p { color: rgb(170,217,99); }
H1.HeaderClassName
{
color: #AAD963;
}
.AnyTagClassName
{
color: #AAD963;
}
</style>
background-color css
<style>
a { background-color: #AAD963; }
a { background-color: rgb(170,217,99); }
div.DivClassName
{
background-color: #AAD963;
}
.BgClassName
{
background-color: #AAD963;
}
</style>
border-color css
<style>
span { border-color: #AAD963; }
span { border-color: rgb(170,217,99); }
td.TdClassName
{
border-color: #AAD963;
}
.TagClassName
{
border-color: #AAD963;
}
</style>