Shades of Conifer #AADD47
Tints of Conifer #AADD47
RGB
CMYK
RGB Variations
Color information
#AADD47 (or 0xAADD47) is known color: Conifer. HEX triplet: AA, DD and 47. RGB value is (170,221,71). Sum of RGB (Red+Green+Blue) = 170+221+71=462 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.80% from 462); Green value is 221 (86.72% from 255 or 47.84% from 462); Blue value is 71 (28.12% from 255 or 15.37% from 462); Max value from RGB is 221 - color contains mainly: green. Hex color #AADD47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADD47 is #5522B8. Grayscale: #BDBDBD. Windows color (decimal): -5579449 or 4709802. OLE color: 4709802.
HSL color Cylindrical-coordinate representation of color #AADD47: hue angle of 80.4º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AADD47 is Cyan = 0.23, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 221 | 71 | - |
| CMYK | 0.23 | 0 | 0.68 | 0.13 |
| HSL | 80.4º | 0.69% | 0.57% | - |
| HSV(B) | 80.4º | 0.68% | 0.87% | - |
| XYZ | 43.57 | 60.71 | 15.38 | - |
| YUV | 188.65 | 61.6 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 221 | 71 | 0.23 | 0 | 0.68 | 0.13 | 80.4 | 0.69 | 0.57 |
| Hex | AA | DD | 47 | 17 | 0 | 44 | D | 50 | 45 | 39 |
| Octal | 252 | 335 | 107 | 27 | 0 | 104 | 15 | 120 | 105 | 71 |
| Binary | 10101010 | 11011101 | 1000111 | 10111 | 0 | 1000100 | 1101 | 1010000 | 1000101 | 111001 |
Color Harmonies of #AADD47
Complementary color
Monochromatic Colors of #AADD47
Black with #AADD47
Text Example
Text Example
White with #AADD47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADD47; }
p { color: rgb(170,221,71); }
H1.HeaderClassName
{
color: #AADD47;
}
.AnyTagClassName
{
color: #AADD47;
}
</style>
background-color css
<style>
a { background-color: #AADD47; }
a { background-color: rgb(170,221,71); }
div.DivClassName
{
background-color: #AADD47;
}
.BgClassName
{
background-color: #AADD47;
}
</style>
border-color css
<style>
span { border-color: #AADD47; }
span { border-color: rgb(170,221,71); }
td.TdClassName
{
border-color: #AADD47;
}
.TagClassName
{
border-color: #AADD47;
}
</style>