Shades of Conifer #AADC46
Tints of Conifer #AADC46
RGB
CMYK
RGB Variations
Color information
#AADC46 (or 0xAADC46) is known color: Conifer. HEX triplet: AA, DC and 46. RGB value is (170,220,70). Sum of RGB (Red+Green+Blue) = 170+220+70=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 220 (86.33% from 255 or 47.83% from 460); Blue value is 70 (27.73% from 255 or 15.22% from 460); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADC46 is #5523B9. Grayscale: #BCBCBC. Windows color (decimal): -5579706 or 4644010. OLE color: 4644010.
HSL color Cylindrical-coordinate representation of color #AADC46: hue angle of 80º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AADC46 is Cyan = 0.23, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 220 | 70 | - |
| CMYK | 0.23 | 0 | 0.68 | 0.14 |
| HSL | 80º | 0.68% | 0.57% | - |
| HSV(B) | 80º | 0.68% | 0.86% | - |
| XYZ | 43.28 | 60.17 | 15.13 | - |
| YUV | 187.95 | 61.44 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 220 | 70 | 0.23 | 0 | 0.68 | 0.14 | 80 | 0.68 | 0.57 |
| Hex | AA | DC | 46 | 17 | 0 | 44 | E | 50 | 44 | 39 |
| Octal | 252 | 334 | 106 | 27 | 0 | 104 | 16 | 120 | 104 | 71 |
| Binary | 10101010 | 11011100 | 1000110 | 10111 | 0 | 1000100 | 1110 | 1010000 | 1000100 | 111001 |
Color Harmonies of #AADC46
Complementary color
Monochromatic Colors of #AADC46
Black with #AADC46
Text Example
Text Example
White with #AADC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADC46; }
p { color: rgb(170,220,70); }
H1.HeaderClassName
{
color: #AADC46;
}
.AnyTagClassName
{
color: #AADC46;
}
</style>
background-color css
<style>
a { background-color: #AADC46; }
a { background-color: rgb(170,220,70); }
div.DivClassName
{
background-color: #AADC46;
}
.BgClassName
{
background-color: #AADC46;
}
</style>
border-color css
<style>
span { border-color: #AADC46; }
span { border-color: rgb(170,220,70); }
td.TdClassName
{
border-color: #AADC46;
}
.TagClassName
{
border-color: #AADC46;
}
</style>