Shades of Conifer #AAE065
Tints of Conifer #AAE065
RGB
CMYK
RGB Variations
Color information
#AAE065 (or 0xAAE065) is known color: Conifer. HEX triplet: AA, E0 and 65. RGB value is (170,224,101). Sum of RGB (Red+Green+Blue) = 170+224+101=495 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.34% from 495); Green value is 224 (87.89% from 255 or 45.25% from 495); Blue value is 101 (39.84% from 255 or 20.40% from 495); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE065 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE065 is #551F9A. Grayscale: #C2C2C2. Windows color (decimal): -5578651 or 6676650. OLE color: 6676650.
HSL color Cylindrical-coordinate representation of color #AAE065: hue angle of 86.34º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AAE065 is Cyan = 0.24, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 224 | 101 | - |
| CMYK | 0.24 | 0 | 0.55 | 0.12 |
| HSL | 86.34º | 0.66% | 0.64% | - |
| HSV(B) | 86.34º | 0.55% | 0.88% | - |
| XYZ | 45.58 | 62.8 | 22.03 | - |
| YUV | 193.83 | 75.61 | 111 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 224 | 101 | 0.24 | 0 | 0.55 | 0.12 | 86.34 | 0.66 | 0.64 |
| Hex | AA | E0 | 65 | 18 | 0 | 37 | C | 56 | 42 | 40 |
| Octal | 252 | 340 | 145 | 30 | 0 | 67 | 14 | 126 | 102 | 100 |
| Binary | 10101010 | 11100000 | 1100101 | 11000 | 0 | 110111 | 1100 | 1010110 | 1000010 | 1000000 |
Color Harmonies of #AAE065
Complementary color
Monochromatic Colors of #AAE065
Black with #AAE065
Text Example
Text Example
White with #AAE065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE065; }
p { color: rgb(170,224,101); }
H1.HeaderClassName
{
color: #AAE065;
}
.AnyTagClassName
{
color: #AAE065;
}
</style>
background-color css
<style>
a { background-color: #AAE065; }
a { background-color: rgb(170,224,101); }
div.DivClassName
{
background-color: #AAE065;
}
.BgClassName
{
background-color: #AAE065;
}
</style>
border-color css
<style>
span { border-color: #AAE065; }
span { border-color: rgb(170,224,101); }
td.TdClassName
{
border-color: #AAE065;
}
.TagClassName
{
border-color: #AAE065;
}
</style>