Shades of Conifer #AADF49
Tints of Conifer #AADF49
RGB
CMYK
RGB Variations
Color information
#AADF49 (or 0xAADF49) is known color: Conifer. HEX triplet: AA, DF and 49. RGB value is (170,223,73). Sum of RGB (Red+Green+Blue) = 170+223+73=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 223 (87.5% from 255 or 47.85% from 466); Blue value is 73 (28.91% from 255 or 15.67% from 466); Max value from RGB is 223 - color contains mainly: green. Hex color #AADF49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADF49 is #5520B6. Grayscale: #BEBEBE. Windows color (decimal): -5578935 or 4841386. OLE color: 4841386.
HSL color Cylindrical-coordinate representation of color #AADF49: hue angle of 81.2º degrees, saturation: 0.7, 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 #AADF49 is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 223 | 73 | - |
| CMYK | 0.24 | 0 | 0.67 | 0.13 |
| HSL | 81.2º | 0.7% | 0.58% | - |
| HSV(B) | 81.2º | 0.67% | 0.87% | - |
| XYZ | 44.17 | 61.8 | 15.9 | - |
| YUV | 190.05 | 61.94 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 223 | 73 | 0.24 | 0 | 0.67 | 0.13 | 81.2 | 0.7 | 0.58 |
| Hex | AA | DF | 49 | 18 | 0 | 43 | D | 51 | 46 | 3A |
| Octal | 252 | 337 | 111 | 30 | 0 | 103 | 15 | 121 | 106 | 72 |
| Binary | 10101010 | 11011111 | 1001001 | 11000 | 0 | 1000011 | 1101 | 1010001 | 1000110 | 111010 |
Color Harmonies of #AADF49
Complementary color
Monochromatic Colors of #AADF49
Black with #AADF49
Text Example
Text Example
White with #AADF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADF49; }
p { color: rgb(170,223,73); }
H1.HeaderClassName
{
color: #AADF49;
}
.AnyTagClassName
{
color: #AADF49;
}
</style>
background-color css
<style>
a { background-color: #AADF49; }
a { background-color: rgb(170,223,73); }
div.DivClassName
{
background-color: #AADF49;
}
.BgClassName
{
background-color: #AADF49;
}
</style>
border-color css
<style>
span { border-color: #AADF49; }
span { border-color: rgb(170,223,73); }
td.TdClassName
{
border-color: #AADF49;
}
.TagClassName
{
border-color: #AADF49;
}
</style>