Shades of Caper #A9C57D
Tints of Caper #A9C57D
RGB
CMYK
RGB Variations
Color information
#A9C57D (or 0xA9C57D) is known color: Caper. HEX triplet: A9, C5 and 7D. RGB value is (169,197,125). Sum of RGB (Red+Green+Blue) = 169+197+125=491 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.42% from 491); Green value is 197 (77.34% from 255 or 40.12% from 491); Blue value is 125 (49.22% from 255 or 25.46% from 491); Max value from RGB is 197 - color contains mainly: green. Hex color #A9C57D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9C57D is #563A82. Grayscale: #B4B4B4. Windows color (decimal): -5651075 or 8242601. OLE color: 8242601.
HSL color Cylindrical-coordinate representation of color #A9C57D: hue angle of 83.33º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A9C57D is Cyan = 0.14, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 169 | 197 | 125 | - |
| CMYK | 0.14 | 0 | 0.37 | 0.23 |
| HSL | 83.33º | 0.38% | 0.63% | - |
| HSV(B) | 83.33º | 0.37% | 0.77% | - |
| XYZ | 40.03 | 49.85 | 26.91 | - |
| YUV | 180.42 | 96.72 | 119.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 197 | 125 | 0.14 | 0 | 0.37 | 0.23 | 83.33 | 0.38 | 0.63 |
| Hex | A9 | C5 | 7D | E | 0 | 25 | 17 | 53 | 26 | 3F |
| Octal | 251 | 305 | 175 | 16 | 0 | 45 | 27 | 123 | 46 | 77 |
| Binary | 10101001 | 11000101 | 1111101 | 1110 | 0 | 100101 | 10111 | 1010011 | 100110 | 111111 |
Color Harmonies of #A9C57D
Complementary color
Monochromatic Colors of #A9C57D
Black with #A9C57D
Text Example
Text Example
White with #A9C57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C57D; }
p { color: rgb(169,197,125); }
H1.HeaderClassName
{
color: #A9C57D;
}
.AnyTagClassName
{
color: #A9C57D;
}
</style>
background-color css
<style>
a { background-color: #A9C57D; }
a { background-color: rgb(169,197,125); }
div.DivClassName
{
background-color: #A9C57D;
}
.BgClassName
{
background-color: #A9C57D;
}
</style>
border-color css
<style>
span { border-color: #A9C57D; }
span { border-color: rgb(169,197,125); }
td.TdClassName
{
border-color: #A9C57D;
}
.TagClassName
{
border-color: #A9C57D;
}
</style>