Shades of Conifer #AAD55D
Tints of Conifer #AAD55D
RGB
CMYK
RGB Variations
Color information
#AAD55D (or 0xAAD55D) is known color: Conifer. HEX triplet: AA, D5 and 5D. RGB value is (170,213,93). Sum of RGB (Red+Green+Blue) = 170+213+93=476 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.71% from 476); Green value is 213 (83.59% from 255 or 44.75% from 476); Blue value is 93 (36.72% from 255 or 19.54% from 476); Max value from RGB is 213 - color contains mainly: green. Hex color #AAD55D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD55D is #552AA2. Grayscale: #BABABA. Windows color (decimal): -5581475 or 6149546. OLE color: 6149546.
HSL color Cylindrical-coordinate representation of color #AAD55D: hue angle of 81.5º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AAD55D is Cyan = 0.20, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 213 | 93 | - |
| CMYK | 0.20 | 0 | 0.56 | 0.16 |
| HSL | 81.5º | 0.59% | 0.6% | - |
| HSV(B) | 81.5º | 0.56% | 0.84% | - |
| XYZ | 42.35 | 56.92 | 19.11 | - |
| YUV | 186.46 | 75.25 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 213 | 93 | 0.20 | 0 | 0.56 | 0.16 | 81.5 | 0.59 | 0.6 |
| Hex | AA | D5 | 5D | 14 | 0 | 38 | 10 | 52 | 3B | 3C |
| Octal | 252 | 325 | 135 | 24 | 0 | 70 | 20 | 122 | 73 | 74 |
| Binary | 10101010 | 11010101 | 1011101 | 10100 | 0 | 111000 | 10000 | 1010010 | 111011 | 111100 |
Color Harmonies of #AAD55D
Complementary color
Monochromatic Colors of #AAD55D
Black with #AAD55D
Text Example
Text Example
White with #AAD55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD55D; }
p { color: rgb(170,213,93); }
H1.HeaderClassName
{
color: #AAD55D;
}
.AnyTagClassName
{
color: #AAD55D;
}
</style>
background-color css
<style>
a { background-color: #AAD55D; }
a { background-color: rgb(170,213,93); }
div.DivClassName
{
background-color: #AAD55D;
}
.BgClassName
{
background-color: #AAD55D;
}
</style>
border-color css
<style>
span { border-color: #AAD55D; }
span { border-color: rgb(170,213,93); }
td.TdClassName
{
border-color: #AAD55D;
}
.TagClassName
{
border-color: #AAD55D;
}
</style>