Shades of Conifer #AAD756
Tints of Conifer #AAD756
RGB
CMYK
RGB Variations
Color information
#AAD756 (or 0xAAD756) is known color: Conifer. HEX triplet: AA, D7 and 56. RGB value is (170,215,86). Sum of RGB (Red+Green+Blue) = 170+215+86=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 215 (84.38% from 255 or 45.65% from 471); Blue value is 86 (33.98% from 255 or 18.26% from 471); Max value from RGB is 215 - color contains mainly: green. Hex color #AAD756 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD756 is #5528A9. Grayscale: #BBBBBB. Windows color (decimal): -5580970 or 5691306. OLE color: 5691306.
HSL color Cylindrical-coordinate representation of color #AAD756: hue angle of 80.93º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AAD756 is Cyan = 0.21, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 215 | 86 | - |
| CMYK | 0.21 | 0 | 0.6 | 0.16 |
| HSL | 80.93º | 0.62% | 0.59% | - |
| HSV(B) | 80.93º | 0.6% | 0.84% | - |
| XYZ | 42.56 | 57.82 | 17.72 | - |
| YUV | 186.84 | 71.09 | 115.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 215 | 86 | 0.21 | 0 | 0.6 | 0.16 | 80.93 | 0.62 | 0.59 |
| Hex | AA | D7 | 56 | 15 | 0 | 3C | 10 | 51 | 3E | 3B |
| Octal | 252 | 327 | 126 | 25 | 0 | 74 | 20 | 121 | 76 | 73 |
| Binary | 10101010 | 11010111 | 1010110 | 10101 | 0 | 111100 | 10000 | 1010001 | 111110 | 111011 |
Color Harmonies of #AAD756
Complementary color
Monochromatic Colors of #AAD756
Black with #AAD756
Text Example
Text Example
White with #AAD756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD756; }
p { color: rgb(170,215,86); }
H1.HeaderClassName
{
color: #AAD756;
}
.AnyTagClassName
{
color: #AAD756;
}
</style>
background-color css
<style>
a { background-color: #AAD756; }
a { background-color: rgb(170,215,86); }
div.DivClassName
{
background-color: #AAD756;
}
.BgClassName
{
background-color: #AAD756;
}
</style>
border-color css
<style>
span { border-color: #AAD756; }
span { border-color: rgb(170,215,86); }
td.TdClassName
{
border-color: #AAD756;
}
.TagClassName
{
border-color: #AAD756;
}
</style>