Shades of Caper #A9CC73
Tints of Caper #A9CC73
RGB
CMYK
RGB Variations
Color information
#A9CC73 (or 0xA9CC73) is known color: Caper. HEX triplet: A9, CC and 73. RGB value is (169,204,115). Sum of RGB (Red+Green+Blue) = 169+204+115=488 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.63% from 488); Green value is 204 (80.08% from 255 or 41.80% from 488); Blue value is 115 (45.31% from 255 or 23.57% from 488); Max value from RGB is 204 - color contains mainly: green. Hex color #A9CC73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9CC73 is #56338C. Grayscale: #B7B7B7. Windows color (decimal): -5649293 or 7589033. OLE color: 7589033.
HSL color Cylindrical-coordinate representation of color #A9CC73: hue angle of 83.6º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A9CC73 is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 169 | 204 | 115 | - |
| CMYK | 0.17 | 0 | 0.44 | 0.2 |
| HSL | 83.6º | 0.47% | 0.63% | - |
| HSV(B) | 83.6º | 0.44% | 0.8% | - |
| XYZ | 41.05 | 52.86 | 24.26 | - |
| YUV | 183.39 | 89.4 | 117.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 204 | 115 | 0.17 | 0 | 0.44 | 0.2 | 83.6 | 0.47 | 0.63 |
| Hex | A9 | CC | 73 | 11 | 0 | 2C | 14 | 54 | 2F | 3F |
| Octal | 251 | 314 | 163 | 21 | 0 | 54 | 24 | 124 | 57 | 77 |
| Binary | 10101001 | 11001100 | 1110011 | 10001 | 0 | 101100 | 10100 | 1010100 | 101111 | 111111 |
Color Harmonies of #A9CC73
Complementary color
Monochromatic Colors of #A9CC73
Black with #A9CC73
Text Example
Text Example
White with #A9CC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9CC73; }
p { color: rgb(169,204,115); }
H1.HeaderClassName
{
color: #A9CC73;
}
.AnyTagClassName
{
color: #A9CC73;
}
</style>
background-color css
<style>
a { background-color: #A9CC73; }
a { background-color: rgb(169,204,115); }
div.DivClassName
{
background-color: #A9CC73;
}
.BgClassName
{
background-color: #A9CC73;
}
</style>
border-color css
<style>
span { border-color: #A9CC73; }
span { border-color: rgb(169,204,115); }
td.TdClassName
{
border-color: #A9CC73;
}
.TagClassName
{
border-color: #A9CC73;
}
</style>