Shades of Conifer #AAD163
Tints of Conifer #AAD163
RGB
CMYK
RGB Variations
Color information
#AAD163 (or 0xAAD163) is known color: Conifer. HEX triplet: AA, D1 and 63. RGB value is (170,209,99). Sum of RGB (Red+Green+Blue) = 170+209+99=478 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.56% from 478); Green value is 209 (82.03% from 255 or 43.72% from 478); Blue value is 99 (39.06% from 255 or 20.71% from 478); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD163 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD163 is #552E9C. Grayscale: #B9B9B9. Windows color (decimal): -5582493 or 6541738. OLE color: 6541738.
HSL color Cylindrical-coordinate representation of color #AAD163: hue angle of 81.27º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AAD163 is Cyan = 0.19, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 209 | 99 | - |
| CMYK | 0.19 | 0 | 0.53 | 0.18 |
| HSL | 81.27º | 0.54% | 0.6% | - |
| HSV(B) | 81.27º | 0.53% | 0.82% | - |
| XYZ | 41.63 | 55.05 | 20.24 | - |
| YUV | 184.8 | 79.58 | 117.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 209 | 99 | 0.19 | 0 | 0.53 | 0.18 | 81.27 | 0.54 | 0.6 |
| Hex | AA | D1 | 63 | 13 | 0 | 35 | 12 | 51 | 36 | 3C |
| Octal | 252 | 321 | 143 | 23 | 0 | 65 | 22 | 121 | 66 | 74 |
| Binary | 10101010 | 11010001 | 1100011 | 10011 | 0 | 110101 | 10010 | 1010001 | 110110 | 111100 |
Color Harmonies of #AAD163
Complementary color
Monochromatic Colors of #AAD163
Black with #AAD163
Text Example
Text Example
White with #AAD163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD163; }
p { color: rgb(170,209,99); }
H1.HeaderClassName
{
color: #AAD163;
}
.AnyTagClassName
{
color: #AAD163;
}
</style>
background-color css
<style>
a { background-color: #AAD163; }
a { background-color: rgb(170,209,99); }
div.DivClassName
{
background-color: #AAD163;
}
.BgClassName
{
background-color: #AAD163;
}
</style>
border-color css
<style>
span { border-color: #AAD163; }
span { border-color: rgb(170,209,99); }
td.TdClassName
{
border-color: #AAD163;
}
.TagClassName
{
border-color: #AAD163;
}
</style>