Shades of Conifer #AAD950
Tints of Conifer #AAD950
RGB
CMYK
RGB Variations
Color information
#AAD950 (or 0xAAD950) is known color: Conifer. HEX triplet: AA, D9 and 50. RGB value is (170,217,80). Sum of RGB (Red+Green+Blue) = 170+217+80=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 217 (85.16% from 255 or 46.47% from 467); Blue value is 80 (31.64% from 255 or 17.13% from 467); Max value from RGB is 217 - color contains mainly: green. Hex color #AAD950 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD950 is #5526AF. Grayscale: #BBBBBB. Windows color (decimal): -5580464 or 5298602. OLE color: 5298602.
HSL color Cylindrical-coordinate representation of color #AAD950: hue angle of 80.58º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AAD950 is Cyan = 0.22, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 217 | 80 | - |
| CMYK | 0.22 | 0 | 0.63 | 0.15 |
| HSL | 80.58º | 0.64% | 0.58% | - |
| HSV(B) | 80.58º | 0.63% | 0.85% | - |
| XYZ | 42.84 | 58.75 | 16.67 | - |
| YUV | 187.33 | 67.43 | 115.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 217 | 80 | 0.22 | 0 | 0.63 | 0.15 | 80.58 | 0.64 | 0.58 |
| Hex | AA | D9 | 50 | 16 | 0 | 3F | F | 51 | 40 | 3A |
| Octal | 252 | 331 | 120 | 26 | 0 | 77 | 17 | 121 | 100 | 72 |
| Binary | 10101010 | 11011001 | 1010000 | 10110 | 0 | 111111 | 1111 | 1010001 | 1000000 | 111010 |
Color Harmonies of #AAD950
Complementary color
Monochromatic Colors of #AAD950
Black with #AAD950
Text Example
Text Example
White with #AAD950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD950; }
p { color: rgb(170,217,80); }
H1.HeaderClassName
{
color: #AAD950;
}
.AnyTagClassName
{
color: #AAD950;
}
</style>
background-color css
<style>
a { background-color: #AAD950; }
a { background-color: rgb(170,217,80); }
div.DivClassName
{
background-color: #AAD950;
}
.BgClassName
{
background-color: #AAD950;
}
</style>
border-color css
<style>
span { border-color: #AAD950; }
span { border-color: rgb(170,217,80); }
td.TdClassName
{
border-color: #AAD950;
}
.TagClassName
{
border-color: #AAD950;
}
</style>