Shades of Conifer #AADC62
Tints of Conifer #AADC62
RGB
CMYK
RGB Variations
Color information
#AADC62 (or 0xAADC62) is known color: Conifer. HEX triplet: AA, DC and 62. RGB value is (170,220,98). Sum of RGB (Red+Green+Blue) = 170+220+98=488 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.84% from 488); Green value is 220 (86.33% from 255 or 45.08% from 488); Blue value is 98 (38.67% from 255 or 20.08% from 488); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADC62 is #55239D. Grayscale: #BFBFBF. Windows color (decimal): -5579678 or 6479018. OLE color: 6479018.
HSL color Cylindrical-coordinate representation of color #AADC62: hue angle of 84.59º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AADC62 is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 220 | 98 | - |
| CMYK | 0.23 | 0 | 0.55 | 0.14 |
| HSL | 84.59º | 0.64% | 0.62% | - |
| HSV(B) | 84.59º | 0.55% | 0.86% | - |
| XYZ | 44.38 | 60.61 | 20.92 | - |
| YUV | 191.14 | 75.44 | 112.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 220 | 98 | 0.23 | 0 | 0.55 | 0.14 | 84.59 | 0.64 | 0.62 |
| Hex | AA | DC | 62 | 17 | 0 | 37 | E | 55 | 40 | 3E |
| Octal | 252 | 334 | 142 | 27 | 0 | 67 | 16 | 125 | 100 | 76 |
| Binary | 10101010 | 11011100 | 1100010 | 10111 | 0 | 110111 | 1110 | 1010101 | 1000000 | 111110 |
Color Harmonies of #AADC62
Complementary color
Monochromatic Colors of #AADC62
Black with #AADC62
Text Example
Text Example
White with #AADC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADC62; }
p { color: rgb(170,220,98); }
H1.HeaderClassName
{
color: #AADC62;
}
.AnyTagClassName
{
color: #AADC62;
}
</style>
background-color css
<style>
a { background-color: #AADC62; }
a { background-color: rgb(170,220,98); }
div.DivClassName
{
background-color: #AADC62;
}
.BgClassName
{
background-color: #AADC62;
}
</style>
border-color css
<style>
span { border-color: #AADC62; }
span { border-color: rgb(170,220,98); }
td.TdClassName
{
border-color: #AADC62;
}
.TagClassName
{
border-color: #AADC62;
}
</style>