Shades of Conifer #AAE965
Tints of Conifer #AAE965
RGB
CMYK
RGB Variations
Color information
#AAE965 (or 0xAAE965) is known color: Conifer. HEX triplet: AA, E9 and 65. RGB value is (170,233,101). Sum of RGB (Red+Green+Blue) = 170+233+101=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 233 (91.41% from 255 or 46.23% from 504); Blue value is 101 (39.84% from 255 or 20.04% from 504); Max value from RGB is 233 - color contains mainly: green. Hex color #AAE965 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAE965 is #55169A. Grayscale: #C7C7C7. Windows color (decimal): -5576347 or 6678954. OLE color: 6678954.
HSL color Cylindrical-coordinate representation of color #AAE965: hue angle of 88.64º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AAE965 is Cyan = 0.27, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 233 | 101 | - |
| CMYK | 0.27 | 0 | 0.57 | 0.09 |
| HSL | 88.64º | 0.75% | 0.65% | - |
| HSV(B) | 88.64º | 0.57% | 0.91% | - |
| XYZ | 48.07 | 67.76 | 22.86 | - |
| YUV | 199.12 | 72.63 | 107.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 233 | 101 | 0.27 | 0 | 0.57 | 0.09 | 88.64 | 0.75 | 0.65 |
| Hex | AA | E9 | 65 | 1B | 0 | 39 | 9 | 59 | 4B | 41 |
| Octal | 252 | 351 | 145 | 33 | 0 | 71 | 11 | 131 | 113 | 101 |
| Binary | 10101010 | 11101001 | 1100101 | 11011 | 0 | 111001 | 1001 | 1011001 | 1001011 | 1000001 |
Color Harmonies of #AAE965
Complementary color
Monochromatic Colors of #AAE965
Black with #AAE965
Text Example
Text Example
White with #AAE965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE965; }
p { color: rgb(170,233,101); }
H1.HeaderClassName
{
color: #AAE965;
}
.AnyTagClassName
{
color: #AAE965;
}
</style>
background-color css
<style>
a { background-color: #AAE965; }
a { background-color: rgb(170,233,101); }
div.DivClassName
{
background-color: #AAE965;
}
.BgClassName
{
background-color: #AAE965;
}
</style>
border-color css
<style>
span { border-color: #AAE965; }
span { border-color: rgb(170,233,101); }
td.TdClassName
{
border-color: #AAE965;
}
.TagClassName
{
border-color: #AAE965;
}
</style>