Shades of Conifer #AACC52
Tints of Conifer #AACC52
RGB
CMYK
RGB Variations
Color information
#AACC52 (or 0xAACC52) is known color: Conifer. HEX triplet: AA, CC and 52. RGB value is (170,204,82). Sum of RGB (Red+Green+Blue) = 170+204+82=456 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.28% from 456); Green value is 204 (80.08% from 255 or 44.74% from 456); Blue value is 82 (32.42% from 255 or 17.98% from 456); Max value from RGB is 204 - color contains mainly: green. Hex color #AACC52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACC52 is #5533AD. Grayscale: #B4B4B4. Windows color (decimal): -5583790 or 5426346. OLE color: 5426346.
HSL color Cylindrical-coordinate representation of color #AACC52: hue angle of 76.72º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AACC52 is Cyan = 0.17, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 204 | 82 | - |
| CMYK | 0.17 | 0 | 0.60 | 0.2 |
| HSL | 76.72º | 0.54% | 0.56% | - |
| HSV(B) | 76.72º | 0.6% | 0.8% | - |
| XYZ | 39.69 | 52.34 | 15.99 | - |
| YUV | 179.93 | 72.74 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 204 | 82 | 0.17 | 0 | 0.60 | 0.2 | 76.72 | 0.54 | 0.56 |
| Hex | AA | CC | 52 | 11 | 0 | 3C | 14 | 4D | 36 | 38 |
| Octal | 252 | 314 | 122 | 21 | 0 | 74 | 24 | 115 | 66 | 70 |
| Binary | 10101010 | 11001100 | 1010010 | 10001 | 0 | 111100 | 10100 | 1001101 | 110110 | 111000 |
Color Harmonies of #AACC52
Complementary color
Monochromatic Colors of #AACC52
Black with #AACC52
Text Example
Text Example
White with #AACC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACC52; }
p { color: rgb(170,204,82); }
H1.HeaderClassName
{
color: #AACC52;
}
.AnyTagClassName
{
color: #AACC52;
}
</style>
background-color css
<style>
a { background-color: #AACC52; }
a { background-color: rgb(170,204,82); }
div.DivClassName
{
background-color: #AACC52;
}
.BgClassName
{
background-color: #AACC52;
}
</style>
border-color css
<style>
span { border-color: #AACC52; }
span { border-color: rgb(170,204,82); }
td.TdClassName
{
border-color: #AACC52;
}
.TagClassName
{
border-color: #AACC52;
}
</style>