Shades of Conifer #AAE165
Tints of Conifer #AAE165
RGB
CMYK
RGB Variations
Color information
#AAE165 (or 0xAAE165) is known color: Conifer. HEX triplet: AA, E1 and 65. RGB value is (170,225,101). Sum of RGB (Red+Green+Blue) = 170+225+101=496 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.27% from 496); Green value is 225 (88.28% from 255 or 45.36% from 496); Blue value is 101 (39.84% from 255 or 20.36% from 496); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE165 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE165 is #551E9A. Grayscale: #C2C2C2. Windows color (decimal): -5578395 or 6676906. OLE color: 6676906.
HSL color Cylindrical-coordinate representation of color #AAE165: hue angle of 86.61º degrees, saturation: 0.67, 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 #AAE165 is Cyan = 0.24, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 225 | 101 | - |
| CMYK | 0.24 | 0 | 0.55 | 0.12 |
| HSL | 86.61º | 0.67% | 0.64% | - |
| HSV(B) | 86.61º | 0.55% | 0.88% | - |
| XYZ | 45.85 | 63.34 | 22.12 | - |
| YUV | 194.42 | 75.28 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 225 | 101 | 0.24 | 0 | 0.55 | 0.12 | 86.61 | 0.67 | 0.64 |
| Hex | AA | E1 | 65 | 18 | 0 | 37 | C | 57 | 43 | 40 |
| Octal | 252 | 341 | 145 | 30 | 0 | 67 | 14 | 127 | 103 | 100 |
| Binary | 10101010 | 11100001 | 1100101 | 11000 | 0 | 110111 | 1100 | 1010111 | 1000011 | 1000000 |
Color Harmonies of #AAE165
Complementary color
Monochromatic Colors of #AAE165
Black with #AAE165
Text Example
Text Example
White with #AAE165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE165; }
p { color: rgb(170,225,101); }
H1.HeaderClassName
{
color: #AAE165;
}
.AnyTagClassName
{
color: #AAE165;
}
</style>
background-color css
<style>
a { background-color: #AAE165; }
a { background-color: rgb(170,225,101); }
div.DivClassName
{
background-color: #AAE165;
}
.BgClassName
{
background-color: #AAE165;
}
</style>
border-color css
<style>
span { border-color: #AAE165; }
span { border-color: rgb(170,225,101); }
td.TdClassName
{
border-color: #AAE165;
}
.TagClassName
{
border-color: #AAE165;
}
</style>