Shades of Conifer #AADE65
Tints of Conifer #AADE65
RGB
CMYK
RGB Variations
Color information
#AADE65 (or 0xAADE65) is known color: Conifer. HEX triplet: AA, DE and 65. RGB value is (170,222,101). Sum of RGB (Red+Green+Blue) = 170+222+101=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 222 (87.11% from 255 or 45.03% from 493); Blue value is 101 (39.84% from 255 or 20.49% from 493); Max value from RGB is 222 - color contains mainly: green. Hex color #AADE65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADE65 is #55219A. Grayscale: #C1C1C1. Windows color (decimal): -5579163 or 6676138. OLE color: 6676138.
HSL color Cylindrical-coordinate representation of color #AADE65: hue angle of 85.79º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AADE65 is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 222 | 101 | - |
| CMYK | 0.23 | 0 | 0.55 | 0.13 |
| HSL | 85.79º | 0.65% | 0.63% | - |
| HSV(B) | 85.79º | 0.55% | 0.87% | - |
| XYZ | 45.05 | 61.73 | 21.85 | - |
| YUV | 192.66 | 76.27 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 222 | 101 | 0.23 | 0 | 0.55 | 0.13 | 85.79 | 0.65 | 0.63 |
| Hex | AA | DE | 65 | 17 | 0 | 37 | D | 56 | 41 | 3F |
| Octal | 252 | 336 | 145 | 27 | 0 | 67 | 15 | 126 | 101 | 77 |
| Binary | 10101010 | 11011110 | 1100101 | 10111 | 0 | 110111 | 1101 | 1010110 | 1000001 | 111111 |
Color Harmonies of #AADE65
Complementary color
Monochromatic Colors of #AADE65
Black with #AADE65
Text Example
Text Example
White with #AADE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADE65; }
p { color: rgb(170,222,101); }
H1.HeaderClassName
{
color: #AADE65;
}
.AnyTagClassName
{
color: #AADE65;
}
</style>
background-color css
<style>
a { background-color: #AADE65; }
a { background-color: rgb(170,222,101); }
div.DivClassName
{
background-color: #AADE65;
}
.BgClassName
{
background-color: #AADE65;
}
</style>
border-color css
<style>
span { border-color: #AADE65; }
span { border-color: rgb(170,222,101); }
td.TdClassName
{
border-color: #AADE65;
}
.TagClassName
{
border-color: #AADE65;
}
</style>