Shades of Conifer #AADD45
Tints of Conifer #AADD45
RGB
CMYK
RGB Variations
Color information
#AADD45 (or 0xAADD45) is known color: Conifer. HEX triplet: AA, DD and 45. RGB value is (170,221,69). Sum of RGB (Red+Green+Blue) = 170+221+69=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 221 (86.72% from 255 or 48.04% from 460); Blue value is 69 (27.34% from 255 or 15% from 460); Max value from RGB is 221 - color contains mainly: green. Hex color #AADD45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADD45 is #5522BA. Grayscale: #BCBCBC. Windows color (decimal): -5579451 or 4578730. OLE color: 4578730.
HSL color Cylindrical-coordinate representation of color #AADD45: hue angle of 80.13º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AADD45 is Cyan = 0.23, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 221 | 69 | - |
| CMYK | 0.23 | 0 | 0.69 | 0.13 |
| HSL | 80.13º | 0.69% | 0.57% | - |
| HSV(B) | 80.13º | 0.69% | 0.87% | - |
| XYZ | 43.51 | 60.69 | 15.05 | - |
| YUV | 188.42 | 60.6 | 114.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 221 | 69 | 0.23 | 0 | 0.69 | 0.13 | 80.13 | 0.69 | 0.57 |
| Hex | AA | DD | 45 | 17 | 0 | 45 | D | 50 | 45 | 39 |
| Octal | 252 | 335 | 105 | 27 | 0 | 105 | 15 | 120 | 105 | 71 |
| Binary | 10101010 | 11011101 | 1000101 | 10111 | 0 | 1000101 | 1101 | 1010000 | 1000101 | 111001 |
Color Harmonies of #AADD45
Complementary color
Monochromatic Colors of #AADD45
Black with #AADD45
Text Example
Text Example
White with #AADD45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADD45; }
p { color: rgb(170,221,69); }
H1.HeaderClassName
{
color: #AADD45;
}
.AnyTagClassName
{
color: #AADD45;
}
</style>
background-color css
<style>
a { background-color: #AADD45; }
a { background-color: rgb(170,221,69); }
div.DivClassName
{
background-color: #AADD45;
}
.BgClassName
{
background-color: #AADD45;
}
</style>
border-color css
<style>
span { border-color: #AADD45; }
span { border-color: rgb(170,221,69); }
td.TdClassName
{
border-color: #AADD45;
}
.TagClassName
{
border-color: #AADD45;
}
</style>