Shades of Conifer #AACC55
Tints of Conifer #AACC55
RGB
CMYK
RGB Variations
Color information
#AACC55 (or 0xAACC55) is known color: Conifer. HEX triplet: AA, CC and 55. RGB value is (170,204,85). Sum of RGB (Red+Green+Blue) = 170+204+85=459 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.04% from 459); Green value is 204 (80.08% from 255 or 44.44% from 459); Blue value is 85 (33.59% from 255 or 18.52% from 459); Max value from RGB is 204 - color contains mainly: green. Hex color #AACC55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACC55 is #5533AA. Grayscale: #B4B4B4. Windows color (decimal): -5583787 or 5622954. OLE color: 5622954.
HSL color Cylindrical-coordinate representation of color #AACC55: hue angle of 77.14º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AACC55 is Cyan = 0.17, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 204 | 85 | - |
| CMYK | 0.17 | 0 | 0.58 | 0.2 |
| HSL | 77.14º | 0.54% | 0.57% | - |
| HSV(B) | 77.14º | 0.58% | 0.8% | - |
| XYZ | 39.81 | 52.39 | 16.61 | - |
| YUV | 180.27 | 74.24 | 120.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 204 | 85 | 0.17 | 0 | 0.58 | 0.2 | 77.14 | 0.54 | 0.57 |
| Hex | AA | CC | 55 | 11 | 0 | 3A | 14 | 4D | 36 | 39 |
| Octal | 252 | 314 | 125 | 21 | 0 | 72 | 24 | 115 | 66 | 71 |
| Binary | 10101010 | 11001100 | 1010101 | 10001 | 0 | 111010 | 10100 | 1001101 | 110110 | 111001 |
Color Harmonies of #AACC55
Complementary color
Monochromatic Colors of #AACC55
Black with #AACC55
Text Example
Text Example
White with #AACC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACC55; }
p { color: rgb(170,204,85); }
H1.HeaderClassName
{
color: #AACC55;
}
.AnyTagClassName
{
color: #AACC55;
}
</style>
background-color css
<style>
a { background-color: #AACC55; }
a { background-color: rgb(170,204,85); }
div.DivClassName
{
background-color: #AACC55;
}
.BgClassName
{
background-color: #AACC55;
}
</style>
border-color css
<style>
span { border-color: #AACC55; }
span { border-color: rgb(170,204,85); }
td.TdClassName
{
border-color: #AACC55;
}
.TagClassName
{
border-color: #AACC55;
}
</style>