Shades of Conifer #AACE55
Tints of Conifer #AACE55
RGB
CMYK
RGB Variations
Color information
#AACE55 (or 0xAACE55) is known color: Conifer. HEX triplet: AA, CE and 55. RGB value is (170,206,85). Sum of RGB (Red+Green+Blue) = 170+206+85=461 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.88% from 461); Green value is 206 (80.86% from 255 or 44.69% from 461); Blue value is 85 (33.59% from 255 or 18.44% from 461); Max value from RGB is 206 - color contains mainly: green. Hex color #AACE55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACE55 is #5531AA. Grayscale: #B5B5B5. Windows color (decimal): -5583275 or 5623466. OLE color: 5623466.
HSL color Cylindrical-coordinate representation of color #AACE55: hue angle of 77.85º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AACE55 is Cyan = 0.17, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 206 | 85 | - |
| CMYK | 0.17 | 0 | 0.59 | 0.19 |
| HSL | 77.85º | 0.55% | 0.57% | - |
| HSV(B) | 77.85º | 0.59% | 0.81% | - |
| XYZ | 40.29 | 53.34 | 16.77 | - |
| YUV | 181.44 | 73.57 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 206 | 85 | 0.17 | 0 | 0.59 | 0.19 | 77.85 | 0.55 | 0.57 |
| Hex | AA | CE | 55 | 11 | 0 | 3B | 13 | 4E | 37 | 39 |
| Octal | 252 | 316 | 125 | 21 | 0 | 73 | 23 | 116 | 67 | 71 |
| Binary | 10101010 | 11001110 | 1010101 | 10001 | 0 | 111011 | 10011 | 1001110 | 110111 | 111001 |
Color Harmonies of #AACE55
Complementary color
Monochromatic Colors of #AACE55
Black with #AACE55
Text Example
Text Example
White with #AACE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACE55; }
p { color: rgb(170,206,85); }
H1.HeaderClassName
{
color: #AACE55;
}
.AnyTagClassName
{
color: #AACE55;
}
</style>
background-color css
<style>
a { background-color: #AACE55; }
a { background-color: rgb(170,206,85); }
div.DivClassName
{
background-color: #AACE55;
}
.BgClassName
{
background-color: #AACE55;
}
</style>
border-color css
<style>
span { border-color: #AACE55; }
span { border-color: rgb(170,206,85); }
td.TdClassName
{
border-color: #AACE55;
}
.TagClassName
{
border-color: #AACE55;
}
</style>