Shades of Conifer #AADC59
Tints of Conifer #AADC59
RGB
CMYK
RGB Variations
Color information
#AADC59 (or 0xAADC59) is known color: Conifer. HEX triplet: AA, DC and 59. RGB value is (170,220,89). Sum of RGB (Red+Green+Blue) = 170+220+89=479 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.49% from 479); Green value is 220 (86.33% from 255 or 45.93% from 479); Blue value is 89 (35.16% from 255 or 18.58% from 479); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADC59 is #5523A6. Grayscale: #BEBEBE. Windows color (decimal): -5579687 or 5889194. OLE color: 5889194.
HSL color Cylindrical-coordinate representation of color #AADC59: hue angle of 82.9º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AADC59 is Cyan = 0.23, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 220 | 89 | - |
| CMYK | 0.23 | 0 | 0.60 | 0.14 |
| HSL | 82.9º | 0.65% | 0.61% | - |
| HSV(B) | 82.9º | 0.6% | 0.86% | - |
| XYZ | 43.97 | 60.45 | 18.8 | - |
| YUV | 190.12 | 70.94 | 113.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 220 | 89 | 0.23 | 0 | 0.60 | 0.14 | 82.9 | 0.65 | 0.61 |
| Hex | AA | DC | 59 | 17 | 0 | 3C | E | 53 | 41 | 3D |
| Octal | 252 | 334 | 131 | 27 | 0 | 74 | 16 | 123 | 101 | 75 |
| Binary | 10101010 | 11011100 | 1011001 | 10111 | 0 | 111100 | 1110 | 1010011 | 1000001 | 111101 |
Color Harmonies of #AADC59
Complementary color
Monochromatic Colors of #AADC59
Black with #AADC59
Text Example
Text Example
White with #AADC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADC59; }
p { color: rgb(170,220,89); }
H1.HeaderClassName
{
color: #AADC59;
}
.AnyTagClassName
{
color: #AADC59;
}
</style>
background-color css
<style>
a { background-color: #AADC59; }
a { background-color: rgb(170,220,89); }
div.DivClassName
{
background-color: #AADC59;
}
.BgClassName
{
background-color: #AADC59;
}
</style>
border-color css
<style>
span { border-color: #AADC59; }
span { border-color: rgb(170,220,89); }
td.TdClassName
{
border-color: #AADC59;
}
.TagClassName
{
border-color: #AADC59;
}
</style>