Shades of Conifer #AAD16B
Tints of Conifer #AAD16B
RGB
CMYK
RGB Variations
Color information
#AAD16B (or 0xAAD16B) is known color: Conifer. HEX triplet: AA, D1 and 6B. RGB value is (170,209,107). Sum of RGB (Red+Green+Blue) = 170+209+107=486 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.98% from 486); Green value is 209 (82.03% from 255 or 43.00% from 486); Blue value is 107 (42.19% from 255 or 22.02% from 486); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD16B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD16B is #552E94. Grayscale: #BABABA. Windows color (decimal): -5582485 or 7066026. OLE color: 7066026.
HSL color Cylindrical-coordinate representation of color #AAD16B: hue angle of 82.94º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AAD16B is Cyan = 0.19, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 209 | 107 | - |
| CMYK | 0.19 | 0 | 0.49 | 0.18 |
| HSL | 82.94º | 0.53% | 0.62% | - |
| HSV(B) | 82.94º | 0.49% | 0.82% | - |
| XYZ | 42.03 | 55.21 | 22.35 | - |
| YUV | 185.71 | 83.58 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 209 | 107 | 0.19 | 0 | 0.49 | 0.18 | 82.94 | 0.53 | 0.62 |
| Hex | AA | D1 | 6B | 13 | 0 | 31 | 12 | 53 | 35 | 3E |
| Octal | 252 | 321 | 153 | 23 | 0 | 61 | 22 | 123 | 65 | 76 |
| Binary | 10101010 | 11010001 | 1101011 | 10011 | 0 | 110001 | 10010 | 1010011 | 110101 | 111110 |
Color Harmonies of #AAD16B
Complementary color
Monochromatic Colors of #AAD16B
Black with #AAD16B
Text Example
Text Example
White with #AAD16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD16B; }
p { color: rgb(170,209,107); }
H1.HeaderClassName
{
color: #AAD16B;
}
.AnyTagClassName
{
color: #AAD16B;
}
</style>
background-color css
<style>
a { background-color: #AAD16B; }
a { background-color: rgb(170,209,107); }
div.DivClassName
{
background-color: #AAD16B;
}
.BgClassName
{
background-color: #AAD16B;
}
</style>
border-color css
<style>
span { border-color: #AAD16B; }
span { border-color: rgb(170,209,107); }
td.TdClassName
{
border-color: #AAD16B;
}
.TagClassName
{
border-color: #AAD16B;
}
</style>