Shades of Conifer #AADA50
Tints of Conifer #AADA50
RGB
CMYK
RGB Variations
Color information
#AADA50 (or 0xAADA50) is known color: Conifer. HEX triplet: AA, DA and 50. RGB value is (170,218,80). Sum of RGB (Red+Green+Blue) = 170+218+80=468 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.32% from 468); Green value is 218 (85.55% from 255 or 46.58% from 468); Blue value is 80 (31.64% from 255 or 17.09% from 468); Max value from RGB is 218 - color contains mainly: green. Hex color #AADA50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADA50 is #5525AF. Grayscale: #BCBCBC. Windows color (decimal): -5580208 or 5298858. OLE color: 5298858.
HSL color Cylindrical-coordinate representation of color #AADA50: hue angle of 80.87º degrees, saturation: 0.65, 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 #AADA50 is Cyan = 0.22, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 218 | 80 | - |
| CMYK | 0.22 | 0 | 0.63 | 0.15 |
| HSL | 80.87º | 0.65% | 0.58% | - |
| HSV(B) | 80.87º | 0.63% | 0.85% | - |
| XYZ | 43.1 | 59.27 | 16.76 | - |
| YUV | 187.92 | 67.1 | 115.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 218 | 80 | 0.22 | 0 | 0.63 | 0.15 | 80.87 | 0.65 | 0.58 |
| Hex | AA | DA | 50 | 16 | 0 | 3F | F | 51 | 41 | 3A |
| Octal | 252 | 332 | 120 | 26 | 0 | 77 | 17 | 121 | 101 | 72 |
| Binary | 10101010 | 11011010 | 1010000 | 10110 | 0 | 111111 | 1111 | 1010001 | 1000001 | 111010 |
Color Harmonies of #AADA50
Complementary color
Monochromatic Colors of #AADA50
Black with #AADA50
Text Example
Text Example
White with #AADA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADA50; }
p { color: rgb(170,218,80); }
H1.HeaderClassName
{
color: #AADA50;
}
.AnyTagClassName
{
color: #AADA50;
}
</style>
background-color css
<style>
a { background-color: #AADA50; }
a { background-color: rgb(170,218,80); }
div.DivClassName
{
background-color: #AADA50;
}
.BgClassName
{
background-color: #AADA50;
}
</style>
border-color css
<style>
span { border-color: #AADA50; }
span { border-color: rgb(170,218,80); }
td.TdClassName
{
border-color: #AADA50;
}
.TagClassName
{
border-color: #AADA50;
}
</style>