Shades of Conifer #AAD164
Tints of Conifer #AAD164
RGB
CMYK
RGB Variations
Color information
#AAD164 (or 0xAAD164) is known color: Conifer. HEX triplet: AA, D1 and 64. RGB value is (170,209,100). Sum of RGB (Red+Green+Blue) = 170+209+100=479 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.49% from 479); Green value is 209 (82.03% from 255 or 43.63% from 479); Blue value is 100 (39.45% from 255 or 20.88% from 479); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD164 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD164 is #552E9B. Grayscale: #B9B9B9. Windows color (decimal): -5582492 or 6607274. OLE color: 6607274.
HSL color Cylindrical-coordinate representation of color #AAD164: hue angle of 81.47º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AAD164 is Cyan = 0.19, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 209 | 100 | - |
| CMYK | 0.19 | 0 | 0.52 | 0.18 |
| HSL | 81.47º | 0.54% | 0.61% | - |
| HSV(B) | 81.47º | 0.52% | 0.82% | - |
| XYZ | 41.68 | 55.07 | 20.49 | - |
| YUV | 184.91 | 80.08 | 117.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 209 | 100 | 0.19 | 0 | 0.52 | 0.18 | 81.47 | 0.54 | 0.61 |
| Hex | AA | D1 | 64 | 13 | 0 | 34 | 12 | 51 | 36 | 3D |
| Octal | 252 | 321 | 144 | 23 | 0 | 64 | 22 | 121 | 66 | 75 |
| Binary | 10101010 | 11010001 | 1100100 | 10011 | 0 | 110100 | 10010 | 1010001 | 110110 | 111101 |
Color Harmonies of #AAD164
Complementary color
Monochromatic Colors of #AAD164
Black with #AAD164
Text Example
Text Example
White with #AAD164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD164; }
p { color: rgb(170,209,100); }
H1.HeaderClassName
{
color: #AAD164;
}
.AnyTagClassName
{
color: #AAD164;
}
</style>
background-color css
<style>
a { background-color: #AAD164; }
a { background-color: rgb(170,209,100); }
div.DivClassName
{
background-color: #AAD164;
}
.BgClassName
{
background-color: #AAD164;
}
</style>
border-color css
<style>
span { border-color: #AAD164; }
span { border-color: rgb(170,209,100); }
td.TdClassName
{
border-color: #AAD164;
}
.TagClassName
{
border-color: #AAD164;
}
</style>