Shades of Caper #AACC6F
Tints of Caper #AACC6F
RGB
CMYK
RGB Variations
Color information
#AACC6F (or 0xAACC6F) is known color: Caper. HEX triplet: AA, CC and 6F. RGB value is (170,204,111). Sum of RGB (Red+Green+Blue) = 170+204+111=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 204 (80.08% from 255 or 42.06% from 485); Blue value is 111 (43.75% from 255 or 22.89% from 485); Max value from RGB is 204 - color contains mainly: green. Hex color #AACC6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACC6F is #553390. Grayscale: #B7B7B7. Windows color (decimal): -5583761 or 7326890. OLE color: 7326890.
HSL color Cylindrical-coordinate representation of color #AACC6F: hue angle of 81.94º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AACC6F is Cyan = 0.17, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 204 | 111 | - |
| CMYK | 0.17 | 0 | 0.46 | 0.2 |
| HSL | 81.94º | 0.48% | 0.62% | - |
| HSV(B) | 81.94º | 0.46% | 0.8% | - |
| XYZ | 41.04 | 52.88 | 23.08 | - |
| YUV | 183.23 | 87.24 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 204 | 111 | 0.17 | 0 | 0.46 | 0.2 | 81.94 | 0.48 | 0.62 |
| Hex | AA | CC | 6F | 11 | 0 | 2E | 14 | 52 | 30 | 3E |
| Octal | 252 | 314 | 157 | 21 | 0 | 56 | 24 | 122 | 60 | 76 |
| Binary | 10101010 | 11001100 | 1101111 | 10001 | 0 | 101110 | 10100 | 1010010 | 110000 | 111110 |
Color Harmonies of #AACC6F
Complementary color
Monochromatic Colors of #AACC6F
Black with #AACC6F
Text Example
Text Example
White with #AACC6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACC6F; }
p { color: rgb(170,204,111); }
H1.HeaderClassName
{
color: #AACC6F;
}
.AnyTagClassName
{
color: #AACC6F;
}
</style>
background-color css
<style>
a { background-color: #AACC6F; }
a { background-color: rgb(170,204,111); }
div.DivClassName
{
background-color: #AACC6F;
}
.BgClassName
{
background-color: #AACC6F;
}
</style>
border-color css
<style>
span { border-color: #AACC6F; }
span { border-color: rgb(170,204,111); }
td.TdClassName
{
border-color: #AACC6F;
}
.TagClassName
{
border-color: #AACC6F;
}
</style>