Shades of Conifer #AAD156
Tints of Conifer #AAD156
RGB
CMYK
RGB Variations
Color information
#AAD156 (or 0xAAD156) is known color: Conifer. HEX triplet: AA, D1 and 56. RGB value is (170,209,86). Sum of RGB (Red+Green+Blue) = 170+209+86=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 209 (82.03% from 255 or 44.95% from 465); Blue value is 86 (33.98% from 255 or 18.49% from 465); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD156 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD156 is #552EA9. Grayscale: #B7B7B7. Windows color (decimal): -5582506 or 5689770. OLE color: 5689770.
HSL color Cylindrical-coordinate representation of color #AAD156: hue angle of 79.02º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AAD156 is Cyan = 0.19, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 209 | 86 | - |
| CMYK | 0.19 | 0 | 0.59 | 0.18 |
| HSL | 79.02º | 0.57% | 0.58% | - |
| HSV(B) | 79.02º | 0.59% | 0.82% | - |
| XYZ | 41.06 | 54.82 | 17.22 | - |
| YUV | 183.32 | 73.08 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 209 | 86 | 0.19 | 0 | 0.59 | 0.18 | 79.02 | 0.57 | 0.58 |
| Hex | AA | D1 | 56 | 13 | 0 | 3B | 12 | 4F | 39 | 3A |
| Octal | 252 | 321 | 126 | 23 | 0 | 73 | 22 | 117 | 71 | 72 |
| Binary | 10101010 | 11010001 | 1010110 | 10011 | 0 | 111011 | 10010 | 1001111 | 111001 | 111010 |
Color Harmonies of #AAD156
Complementary color
Monochromatic Colors of #AAD156
Black with #AAD156
Text Example
Text Example
White with #AAD156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD156; }
p { color: rgb(170,209,86); }
H1.HeaderClassName
{
color: #AAD156;
}
.AnyTagClassName
{
color: #AAD156;
}
</style>
background-color css
<style>
a { background-color: #AAD156; }
a { background-color: rgb(170,209,86); }
div.DivClassName
{
background-color: #AAD156;
}
.BgClassName
{
background-color: #AAD156;
}
</style>
border-color css
<style>
span { border-color: #AAD156; }
span { border-color: rgb(170,209,86); }
td.TdClassName
{
border-color: #AAD156;
}
.TagClassName
{
border-color: #AAD156;
}
</style>