Shades of Conifer #AAD46C
Tints of Conifer #AAD46C
RGB
CMYK
RGB Variations
Color information
#AAD46C (or 0xAAD46C) is known color: Conifer. HEX triplet: AA, D4 and 6C. RGB value is (170,212,108). Sum of RGB (Red+Green+Blue) = 170+212+108=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 212 (83.20% from 255 or 43.27% from 490); Blue value is 108 (42.58% from 255 or 22.04% from 490); Max value from RGB is 212 - color contains mainly: green. Hex color #AAD46C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD46C is #552B93. Grayscale: #BBBBBB. Windows color (decimal): -5581716 or 7132330. OLE color: 7132330.
HSL color Cylindrical-coordinate representation of color #AAD46C: hue angle of 84.23º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AAD46C is Cyan = 0.20, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 212 | 108 | - |
| CMYK | 0.20 | 0 | 0.49 | 0.17 |
| HSL | 84.23º | 0.55% | 0.63% | - |
| HSV(B) | 84.23º | 0.49% | 0.83% | - |
| XYZ | 42.83 | 56.72 | 22.88 | - |
| YUV | 187.59 | 83.09 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 212 | 108 | 0.20 | 0 | 0.49 | 0.17 | 84.23 | 0.55 | 0.63 |
| Hex | AA | D4 | 6C | 14 | 0 | 31 | 11 | 54 | 37 | 3F |
| Octal | 252 | 324 | 154 | 24 | 0 | 61 | 21 | 124 | 67 | 77 |
| Binary | 10101010 | 11010100 | 1101100 | 10100 | 0 | 110001 | 10001 | 1010100 | 110111 | 111111 |
Color Harmonies of #AAD46C
Complementary color
Monochromatic Colors of #AAD46C
Black with #AAD46C
Text Example
Text Example
White with #AAD46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD46C; }
p { color: rgb(170,212,108); }
H1.HeaderClassName
{
color: #AAD46C;
}
.AnyTagClassName
{
color: #AAD46C;
}
</style>
background-color css
<style>
a { background-color: #AAD46C; }
a { background-color: rgb(170,212,108); }
div.DivClassName
{
background-color: #AAD46C;
}
.BgClassName
{
background-color: #AAD46C;
}
</style>
border-color css
<style>
span { border-color: #AAD46C; }
span { border-color: rgb(170,212,108); }
td.TdClassName
{
border-color: #AAD46C;
}
.TagClassName
{
border-color: #AAD46C;
}
</style>