Shades of Conifer #AAD550
Tints of Conifer #AAD550
RGB
CMYK
RGB Variations
Color information
#AAD550 (or 0xAAD550) is known color: Conifer. HEX triplet: AA, D5 and 50. RGB value is (170,213,80). Sum of RGB (Red+Green+Blue) = 170+213+80=463 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.72% from 463); Green value is 213 (83.59% from 255 or 46.00% from 463); Blue value is 80 (31.64% from 255 or 17.28% from 463); Max value from RGB is 213 - color contains mainly: green. Hex color #AAD550 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD550 is #552AAF. Grayscale: #B9B9B9. Windows color (decimal): -5581488 or 5297578. OLE color: 5297578.
HSL color Cylindrical-coordinate representation of color #AAD550: hue angle of 79.4º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AAD550 is Cyan = 0.20, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 213 | 80 | - |
| CMYK | 0.20 | 0 | 0.62 | 0.16 |
| HSL | 79.4º | 0.61% | 0.57% | - |
| HSV(B) | 79.4º | 0.62% | 0.84% | - |
| XYZ | 41.82 | 56.71 | 16.33 | - |
| YUV | 184.98 | 68.75 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 213 | 80 | 0.20 | 0 | 0.62 | 0.16 | 79.4 | 0.61 | 0.57 |
| Hex | AA | D5 | 50 | 14 | 0 | 3E | 10 | 4F | 3D | 39 |
| Octal | 252 | 325 | 120 | 24 | 0 | 76 | 20 | 117 | 75 | 71 |
| Binary | 10101010 | 11010101 | 1010000 | 10100 | 0 | 111110 | 10000 | 1001111 | 111101 | 111001 |
Color Harmonies of #AAD550
Complementary color
Monochromatic Colors of #AAD550
Black with #AAD550
Text Example
Text Example
White with #AAD550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD550; }
p { color: rgb(170,213,80); }
H1.HeaderClassName
{
color: #AAD550;
}
.AnyTagClassName
{
color: #AAD550;
}
</style>
background-color css
<style>
a { background-color: #AAD550; }
a { background-color: rgb(170,213,80); }
div.DivClassName
{
background-color: #AAD550;
}
.BgClassName
{
background-color: #AAD550;
}
</style>
border-color css
<style>
span { border-color: #AAD550; }
span { border-color: rgb(170,213,80); }
td.TdClassName
{
border-color: #AAD550;
}
.TagClassName
{
border-color: #AAD550;
}
</style>