Shades of Conifer #AAD56B
Tints of Conifer #AAD56B
RGB
CMYK
RGB Variations
Color information
#AAD56B (or 0xAAD56B) is known color: Conifer. HEX triplet: AA, D5 and 6B. RGB value is (170,213,107). Sum of RGB (Red+Green+Blue) = 170+213+107=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 213 (83.59% from 255 or 43.47% from 490); Blue value is 107 (42.19% from 255 or 21.84% from 490); Max value from RGB is 213 - color contains mainly: green. Hex color #AAD56B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD56B is #552A94. Grayscale: #BCBCBC. Windows color (decimal): -5581461 or 7067050. OLE color: 7067050.
HSL color Cylindrical-coordinate representation of color #AAD56B: hue angle of 84.34º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AAD56B is Cyan = 0.20, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 213 | 107 | - |
| CMYK | 0.20 | 0 | 0.50 | 0.16 |
| HSL | 84.34º | 0.56% | 0.63% | - |
| HSV(B) | 84.34º | 0.5% | 0.84% | - |
| XYZ | 43.03 | 57.2 | 22.68 | - |
| YUV | 188.06 | 82.25 | 115.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 213 | 107 | 0.20 | 0 | 0.50 | 0.16 | 84.34 | 0.56 | 0.63 |
| Hex | AA | D5 | 6B | 14 | 0 | 32 | 10 | 54 | 38 | 3F |
| Octal | 252 | 325 | 153 | 24 | 0 | 62 | 20 | 124 | 70 | 77 |
| Binary | 10101010 | 11010101 | 1101011 | 10100 | 0 | 110010 | 10000 | 1010100 | 111000 | 111111 |
Color Harmonies of #AAD56B
Complementary color
Monochromatic Colors of #AAD56B
Black with #AAD56B
Text Example
Text Example
White with #AAD56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD56B; }
p { color: rgb(170,213,107); }
H1.HeaderClassName
{
color: #AAD56B;
}
.AnyTagClassName
{
color: #AAD56B;
}
</style>
background-color css
<style>
a { background-color: #AAD56B; }
a { background-color: rgb(170,213,107); }
div.DivClassName
{
background-color: #AAD56B;
}
.BgClassName
{
background-color: #AAD56B;
}
</style>
border-color css
<style>
span { border-color: #AAD56B; }
span { border-color: rgb(170,213,107); }
td.TdClassName
{
border-color: #AAD56B;
}
.TagClassName
{
border-color: #AAD56B;
}
</style>