Shades of Conifer #AAD565
Tints of Conifer #AAD565
RGB
CMYK
RGB Variations
Color information
#AAD565 (or 0xAAD565) is known color: Conifer. HEX triplet: AA, D5 and 65. RGB value is (170,213,101). Sum of RGB (Red+Green+Blue) = 170+213+101=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 213 (83.59% from 255 or 44.01% from 484); Blue value is 101 (39.84% from 255 or 20.87% from 484); Max value from RGB is 213 - color contains mainly: green. Hex color #AAD565 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD565 is #552A9A. Grayscale: #BBBBBB. Windows color (decimal): -5581467 or 6673834. OLE color: 6673834.
HSL color Cylindrical-coordinate representation of color #AAD565: hue angle of 83.04º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AAD565 is Cyan = 0.20, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 213 | 101 | - |
| CMYK | 0.20 | 0 | 0.53 | 0.16 |
| HSL | 83.04º | 0.57% | 0.62% | - |
| HSV(B) | 83.04º | 0.53% | 0.84% | - |
| XYZ | 42.72 | 57.07 | 21.08 | - |
| YUV | 187.38 | 79.25 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 213 | 101 | 0.20 | 0 | 0.53 | 0.16 | 83.04 | 0.57 | 0.62 |
| Hex | AA | D5 | 65 | 14 | 0 | 35 | 10 | 53 | 39 | 3E |
| Octal | 252 | 325 | 145 | 24 | 0 | 65 | 20 | 123 | 71 | 76 |
| Binary | 10101010 | 11010101 | 1100101 | 10100 | 0 | 110101 | 10000 | 1010011 | 111001 | 111110 |
Color Harmonies of #AAD565
Complementary color
Monochromatic Colors of #AAD565
Black with #AAD565
Text Example
Text Example
White with #AAD565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD565; }
p { color: rgb(170,213,101); }
H1.HeaderClassName
{
color: #AAD565;
}
.AnyTagClassName
{
color: #AAD565;
}
</style>
background-color css
<style>
a { background-color: #AAD565; }
a { background-color: rgb(170,213,101); }
div.DivClassName
{
background-color: #AAD565;
}
.BgClassName
{
background-color: #AAD565;
}
</style>
border-color css
<style>
span { border-color: #AAD565; }
span { border-color: rgb(170,213,101); }
td.TdClassName
{
border-color: #AAD565;
}
.TagClassName
{
border-color: #AAD565;
}
</style>