Shades of Conifer #AAD150
Tints of Conifer #AAD150
RGB
CMYK
RGB Variations
Color information
#AAD150 (or 0xAAD150) is known color: Conifer. HEX triplet: AA, D1 and 50. RGB value is (170,209,80). Sum of RGB (Red+Green+Blue) = 170+209+80=459 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.04% from 459); Green value is 209 (82.03% from 255 or 45.53% from 459); Blue value is 80 (31.64% from 255 or 17.43% from 459); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD150 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD150 is #552EAF. Grayscale: #B7B7B7. Windows color (decimal): -5582512 or 5296554. OLE color: 5296554.
HSL color Cylindrical-coordinate representation of color #AAD150: hue angle of 78.14º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AAD150 is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 209 | 80 | - |
| CMYK | 0.19 | 0 | 0.62 | 0.18 |
| HSL | 78.14º | 0.58% | 0.57% | - |
| HSV(B) | 78.14º | 0.62% | 0.82% | - |
| XYZ | 40.83 | 54.73 | 16 | - |
| YUV | 182.63 | 70.08 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 209 | 80 | 0.19 | 0 | 0.62 | 0.18 | 78.14 | 0.58 | 0.57 |
| Hex | AA | D1 | 50 | 13 | 0 | 3E | 12 | 4E | 3A | 39 |
| Octal | 252 | 321 | 120 | 23 | 0 | 76 | 22 | 116 | 72 | 71 |
| Binary | 10101010 | 11010001 | 1010000 | 10011 | 0 | 111110 | 10010 | 1001110 | 111010 | 111001 |
Color Harmonies of #AAD150
Complementary color
Monochromatic Colors of #AAD150
Black with #AAD150
Text Example
Text Example
White with #AAD150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD150; }
p { color: rgb(170,209,80); }
H1.HeaderClassName
{
color: #AAD150;
}
.AnyTagClassName
{
color: #AAD150;
}
</style>
background-color css
<style>
a { background-color: #AAD150; }
a { background-color: rgb(170,209,80); }
div.DivClassName
{
background-color: #AAD150;
}
.BgClassName
{
background-color: #AAD150;
}
</style>
border-color css
<style>
span { border-color: #AAD150; }
span { border-color: rgb(170,209,80); }
td.TdClassName
{
border-color: #AAD150;
}
.TagClassName
{
border-color: #AAD150;
}
</style>