Shades of Conifer #AADD5A
Tints of Conifer #AADD5A
RGB
CMYK
RGB Variations
Color information
#AADD5A (or 0xAADD5A) is known color: Conifer. HEX triplet: AA, DD and 5A. RGB value is (170,221,90). Sum of RGB (Red+Green+Blue) = 170+221+90=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 221 (86.72% from 255 or 45.95% from 481); Blue value is 90 (35.55% from 255 or 18.71% from 481); Max value from RGB is 221 - color contains mainly: green. Hex color #AADD5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADD5A is #5522A5. Grayscale: #BFBFBF. Windows color (decimal): -5579430 or 5954986. OLE color: 5954986.
HSL color Cylindrical-coordinate representation of color #AADD5A: hue angle of 83.36º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AADD5A is Cyan = 0.23, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 221 | 90 | - |
| CMYK | 0.23 | 0 | 0.59 | 0.13 |
| HSL | 83.36º | 0.66% | 0.61% | - |
| HSV(B) | 83.36º | 0.59% | 0.87% | - |
| XYZ | 44.28 | 61 | 19.11 | - |
| YUV | 190.82 | 71.1 | 113.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 221 | 90 | 0.23 | 0 | 0.59 | 0.13 | 83.36 | 0.66 | 0.61 |
| Hex | AA | DD | 5A | 17 | 0 | 3B | D | 53 | 42 | 3D |
| Octal | 252 | 335 | 132 | 27 | 0 | 73 | 15 | 123 | 102 | 75 |
| Binary | 10101010 | 11011101 | 1011010 | 10111 | 0 | 111011 | 1101 | 1010011 | 1000010 | 111101 |
Color Harmonies of #AADD5A
Complementary color
Monochromatic Colors of #AADD5A
Black with #AADD5A
Text Example
Text Example
White with #AADD5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADD5A; }
p { color: rgb(170,221,90); }
H1.HeaderClassName
{
color: #AADD5A;
}
.AnyTagClassName
{
color: #AADD5A;
}
</style>
background-color css
<style>
a { background-color: #AADD5A; }
a { background-color: rgb(170,221,90); }
div.DivClassName
{
background-color: #AADD5A;
}
.BgClassName
{
background-color: #AADD5A;
}
</style>
border-color css
<style>
span { border-color: #AADD5A; }
span { border-color: rgb(170,221,90); }
td.TdClassName
{
border-color: #AADD5A;
}
.TagClassName
{
border-color: #AADD5A;
}
</style>