Shades of Conifer #AAD554
Tints of Conifer #AAD554
RGB
CMYK
RGB Variations
Color information
#AAD554 (or 0xAAD554) is known color: Conifer. HEX triplet: AA, D5 and 54. RGB value is (170,213,84). Sum of RGB (Red+Green+Blue) = 170+213+84=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 213 (83.59% from 255 or 45.61% from 467); Blue value is 84 (33.20% from 255 or 17.99% from 467); Max value from RGB is 213 - color contains mainly: green. Hex color #AAD554 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD554 is #552AAB. Grayscale: #B9B9B9. Windows color (decimal): -5581484 or 5559722. OLE color: 5559722.
HSL color Cylindrical-coordinate representation of color #AAD554: hue angle of 80º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AAD554 is Cyan = 0.20, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 213 | 84 | - |
| CMYK | 0.20 | 0 | 0.61 | 0.16 |
| HSL | 80º | 0.61% | 0.58% | - |
| HSV(B) | 80º | 0.61% | 0.84% | - |
| XYZ | 41.97 | 56.77 | 17.13 | - |
| YUV | 185.44 | 70.75 | 116.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 213 | 84 | 0.20 | 0 | 0.61 | 0.16 | 80 | 0.61 | 0.58 |
| Hex | AA | D5 | 54 | 14 | 0 | 3D | 10 | 50 | 3D | 3A |
| Octal | 252 | 325 | 124 | 24 | 0 | 75 | 20 | 120 | 75 | 72 |
| Binary | 10101010 | 11010101 | 1010100 | 10100 | 0 | 111101 | 10000 | 1010000 | 111101 | 111010 |
Color Harmonies of #AAD554
Complementary color
Monochromatic Colors of #AAD554
Black with #AAD554
Text Example
Text Example
White with #AAD554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD554; }
p { color: rgb(170,213,84); }
H1.HeaderClassName
{
color: #AAD554;
}
.AnyTagClassName
{
color: #AAD554;
}
</style>
background-color css
<style>
a { background-color: #AAD554; }
a { background-color: rgb(170,213,84); }
div.DivClassName
{
background-color: #AAD554;
}
.BgClassName
{
background-color: #AAD554;
}
</style>
border-color css
<style>
span { border-color: #AAD554; }
span { border-color: rgb(170,213,84); }
td.TdClassName
{
border-color: #AAD554;
}
.TagClassName
{
border-color: #AAD554;
}
</style>