Shades of Conifer #AAE955
Tints of Conifer #AAE955
RGB
CMYK
RGB Variations
Color information
#AAE955 (or 0xAAE955) is known color: Conifer. HEX triplet: AA, E9 and 55. RGB value is (170,233,85). Sum of RGB (Red+Green+Blue) = 170+233+85=488 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.84% from 488); Green value is 233 (91.41% from 255 or 47.75% from 488); Blue value is 85 (33.59% from 255 or 17.42% from 488); Max value from RGB is 233 - color contains mainly: green. Hex color #AAE955 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAE955 is #5516AA. Grayscale: #C5C5C5. Windows color (decimal): -5576363 or 5630378. OLE color: 5630378.
HSL color Cylindrical-coordinate representation of color #AAE955: hue angle of 85.54º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AAE955 is Cyan = 0.27, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 233 | 85 | - |
| CMYK | 0.27 | 0 | 0.64 | 0.09 |
| HSL | 85.54º | 0.77% | 0.62% | - |
| HSV(B) | 85.54º | 0.64% | 0.91% | - |
| XYZ | 47.36 | 67.48 | 19.12 | - |
| YUV | 197.29 | 64.63 | 108.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 233 | 85 | 0.27 | 0 | 0.64 | 0.09 | 85.54 | 0.77 | 0.62 |
| Hex | AA | E9 | 55 | 1B | 0 | 40 | 9 | 56 | 4D | 3E |
| Octal | 252 | 351 | 125 | 33 | 0 | 100 | 11 | 126 | 115 | 76 |
| Binary | 10101010 | 11101001 | 1010101 | 11011 | 0 | 1000000 | 1001 | 1010110 | 1001101 | 111110 |
Color Harmonies of #AAE955
Complementary color
Monochromatic Colors of #AAE955
Black with #AAE955
Text Example
Text Example
White with #AAE955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE955; }
p { color: rgb(170,233,85); }
H1.HeaderClassName
{
color: #AAE955;
}
.AnyTagClassName
{
color: #AAE955;
}
</style>
background-color css
<style>
a { background-color: #AAE955; }
a { background-color: rgb(170,233,85); }
div.DivClassName
{
background-color: #AAE955;
}
.BgClassName
{
background-color: #AAE955;
}
</style>
border-color css
<style>
span { border-color: #AAE955; }
span { border-color: rgb(170,233,85); }
td.TdClassName
{
border-color: #AAE955;
}
.TagClassName
{
border-color: #AAE955;
}
</style>