Shades of Conifer #AAD647
Tints of Conifer #AAD647
RGB
CMYK
RGB Variations
Color information
#AAD647 (or 0xAAD647) is known color: Conifer. HEX triplet: AA, D6 and 47. RGB value is (170,214,71). Sum of RGB (Red+Green+Blue) = 170+214+71=455 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.36% from 455); Green value is 214 (83.98% from 255 or 47.03% from 455); Blue value is 71 (28.12% from 255 or 15.60% from 455); Max value from RGB is 214 - color contains mainly: green. Hex color #AAD647 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD647 is #5529B8. Grayscale: #B9B9B9. Windows color (decimal): -5581241 or 4708010. OLE color: 4708010.
HSL color Cylindrical-coordinate representation of color #AAD647: hue angle of 78.46º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AAD647 is Cyan = 0.21, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 214 | 71 | - |
| CMYK | 0.21 | 0 | 0.67 | 0.16 |
| HSL | 78.46º | 0.64% | 0.56% | - |
| HSV(B) | 78.46º | 0.67% | 0.84% | - |
| XYZ | 41.76 | 57.09 | 14.78 | - |
| YUV | 184.54 | 63.92 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 214 | 71 | 0.21 | 0 | 0.67 | 0.16 | 78.46 | 0.64 | 0.56 |
| Hex | AA | D6 | 47 | 15 | 0 | 43 | 10 | 4E | 40 | 38 |
| Octal | 252 | 326 | 107 | 25 | 0 | 103 | 20 | 116 | 100 | 70 |
| Binary | 10101010 | 11010110 | 1000111 | 10101 | 0 | 1000011 | 10000 | 1001110 | 1000000 | 111000 |
Color Harmonies of #AAD647
Complementary color
Monochromatic Colors of #AAD647
Black with #AAD647
Text Example
Text Example
White with #AAD647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD647; }
p { color: rgb(170,214,71); }
H1.HeaderClassName
{
color: #AAD647;
}
.AnyTagClassName
{
color: #AAD647;
}
</style>
background-color css
<style>
a { background-color: #AAD647; }
a { background-color: rgb(170,214,71); }
div.DivClassName
{
background-color: #AAD647;
}
.BgClassName
{
background-color: #AAD647;
}
</style>
border-color css
<style>
span { border-color: #AAD647; }
span { border-color: rgb(170,214,71); }
td.TdClassName
{
border-color: #AAD647;
}
.TagClassName
{
border-color: #AAD647;
}
</style>