Shades of Caper #AACF74
Tints of Caper #AACF74
RGB
CMYK
RGB Variations
Color information
#AACF74 (or 0xAACF74) is known color: Caper. HEX triplet: AA, CF and 74. RGB value is (170,207,116). Sum of RGB (Red+Green+Blue) = 170+207+116=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 207 (81.25% from 255 or 41.99% from 493); Blue value is 116 (45.70% from 255 or 23.53% from 493); Max value from RGB is 207 - color contains mainly: green. Hex color #AACF74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACF74 is #55308B. Grayscale: #B9B9B9. Windows color (decimal): -5582988 or 7655338. OLE color: 7655338.
HSL color Cylindrical-coordinate representation of color #AACF74: hue angle of 84.4º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AACF74 is Cyan = 0.18, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 207 | 116 | - |
| CMYK | 0.18 | 0 | 0.44 | 0.19 |
| HSL | 84.4º | 0.49% | 0.63% | - |
| HSV(B) | 84.4º | 0.44% | 0.81% | - |
| XYZ | 42.04 | 54.43 | 24.81 | - |
| YUV | 185.56 | 88.74 | 116.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 207 | 116 | 0.18 | 0 | 0.44 | 0.19 | 84.4 | 0.49 | 0.63 |
| Hex | AA | CF | 74 | 12 | 0 | 2C | 13 | 54 | 31 | 3F |
| Octal | 252 | 317 | 164 | 22 | 0 | 54 | 23 | 124 | 61 | 77 |
| Binary | 10101010 | 11001111 | 1110100 | 10010 | 0 | 101100 | 10011 | 1010100 | 110001 | 111111 |
Color Harmonies of #AACF74
Complementary color
Monochromatic Colors of #AACF74
Black with #AACF74
Text Example
Text Example
White with #AACF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACF74; }
p { color: rgb(170,207,116); }
H1.HeaderClassName
{
color: #AACF74;
}
.AnyTagClassName
{
color: #AACF74;
}
</style>
background-color css
<style>
a { background-color: #AACF74; }
a { background-color: rgb(170,207,116); }
div.DivClassName
{
background-color: #AACF74;
}
.BgClassName
{
background-color: #AACF74;
}
</style>
border-color css
<style>
span { border-color: #AACF74; }
span { border-color: rgb(170,207,116); }
td.TdClassName
{
border-color: #AACF74;
}
.TagClassName
{
border-color: #AACF74;
}
</style>