Shades of Conifer #AACC60
Tints of Conifer #AACC60
RGB
CMYK
RGB Variations
Color information
#AACC60 (or 0xAACC60) is known color: Conifer. HEX triplet: AA, CC and 60. RGB value is (170,204,96). Sum of RGB (Red+Green+Blue) = 170+204+96=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 204 (80.08% from 255 or 43.40% from 470); Blue value is 96 (37.89% from 255 or 20.43% from 470); Max value from RGB is 204 - color contains mainly: green. Hex color #AACC60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACC60 is #55339F. Grayscale: #B5B5B5. Windows color (decimal): -5583776 or 6343850. OLE color: 6343850.
HSL color Cylindrical-coordinate representation of color #AACC60: hue angle of 78.89º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AACC60 is Cyan = 0.17, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 204 | 96 | - |
| CMYK | 0.17 | 0 | 0.53 | 0.2 |
| HSL | 78.89º | 0.51% | 0.59% | - |
| HSV(B) | 78.89º | 0.53% | 0.8% | - |
| XYZ | 40.28 | 52.58 | 19.09 | - |
| YUV | 181.52 | 79.74 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 204 | 96 | 0.17 | 0 | 0.53 | 0.2 | 78.89 | 0.51 | 0.59 |
| Hex | AA | CC | 60 | 11 | 0 | 35 | 14 | 4F | 33 | 3B |
| Octal | 252 | 314 | 140 | 21 | 0 | 65 | 24 | 117 | 63 | 73 |
| Binary | 10101010 | 11001100 | 1100000 | 10001 | 0 | 110101 | 10100 | 1001111 | 110011 | 111011 |
Color Harmonies of #AACC60
Complementary color
Monochromatic Colors of #AACC60
Black with #AACC60
Text Example
Text Example
White with #AACC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACC60; }
p { color: rgb(170,204,96); }
H1.HeaderClassName
{
color: #AACC60;
}
.AnyTagClassName
{
color: #AACC60;
}
</style>
background-color css
<style>
a { background-color: #AACC60; }
a { background-color: rgb(170,204,96); }
div.DivClassName
{
background-color: #AACC60;
}
.BgClassName
{
background-color: #AACC60;
}
</style>
border-color css
<style>
span { border-color: #AACC60; }
span { border-color: rgb(170,204,96); }
td.TdClassName
{
border-color: #AACC60;
}
.TagClassName
{
border-color: #AACC60;
}
</style>