Shades of Conifer #AADE49
Tints of Conifer #AADE49
RGB
CMYK
RGB Variations
Color information
#AADE49 (or 0xAADE49) is known color: Conifer. HEX triplet: AA, DE and 49. RGB value is (170,222,73). Sum of RGB (Red+Green+Blue) = 170+222+73=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 222 (87.11% from 255 or 47.74% from 465); Blue value is 73 (28.91% from 255 or 15.70% from 465); Max value from RGB is 222 - color contains mainly: green. Hex color #AADE49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADE49 is #5521B6. Grayscale: #BEBEBE. Windows color (decimal): -5579191 or 4841130. OLE color: 4841130.
HSL color Cylindrical-coordinate representation of color #AADE49: hue angle of 80.94º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AADE49 is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 222 | 73 | - |
| CMYK | 0.23 | 0 | 0.67 | 0.13 |
| HSL | 80.94º | 0.69% | 0.58% | - |
| HSV(B) | 80.94º | 0.67% | 0.87% | - |
| XYZ | 43.9 | 61.27 | 15.82 | - |
| YUV | 189.47 | 62.27 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 222 | 73 | 0.23 | 0 | 0.67 | 0.13 | 80.94 | 0.69 | 0.58 |
| Hex | AA | DE | 49 | 17 | 0 | 43 | D | 51 | 45 | 3A |
| Octal | 252 | 336 | 111 | 27 | 0 | 103 | 15 | 121 | 105 | 72 |
| Binary | 10101010 | 11011110 | 1001001 | 10111 | 0 | 1000011 | 1101 | 1010001 | 1000101 | 111010 |
Color Harmonies of #AADE49
Complementary color
Monochromatic Colors of #AADE49
Black with #AADE49
Text Example
Text Example
White with #AADE49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADE49; }
p { color: rgb(170,222,73); }
H1.HeaderClassName
{
color: #AADE49;
}
.AnyTagClassName
{
color: #AADE49;
}
</style>
background-color css
<style>
a { background-color: #AADE49; }
a { background-color: rgb(170,222,73); }
div.DivClassName
{
background-color: #AADE49;
}
.BgClassName
{
background-color: #AADE49;
}
</style>
border-color css
<style>
span { border-color: #AADE49; }
span { border-color: rgb(170,222,73); }
td.TdClassName
{
border-color: #AADE49;
}
.TagClassName
{
border-color: #AADE49;
}
</style>