Shades of Caper #A9C27D
Tints of Caper #A9C27D
RGB
CMYK
RGB Variations
Color information
#A9C27D (or 0xA9C27D) is known color: Caper. HEX triplet: A9, C2 and 7D. RGB value is (169,194,125). Sum of RGB (Red+Green+Blue) = 169+194+125=488 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.63% from 488); Green value is 194 (76.17% from 255 or 39.75% from 488); Blue value is 125 (49.22% from 255 or 25.61% from 488); Max value from RGB is 194 - color contains mainly: green. Hex color #A9C27D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9C27D is #563D82. Grayscale: #B2B2B2. Windows color (decimal): -5651843 or 8241833. OLE color: 8241833.
HSL color Cylindrical-coordinate representation of color #A9C27D: hue angle of 81.74º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A9C27D is Cyan = 0.13, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 169 | 194 | 125 | - |
| CMYK | 0.13 | 0 | 0.36 | 0.24 |
| HSL | 81.74º | 0.36% | 0.63% | - |
| HSV(B) | 81.74º | 0.36% | 0.76% | - |
| XYZ | 39.36 | 48.5 | 26.69 | - |
| YUV | 178.66 | 97.72 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 194 | 125 | 0.13 | 0 | 0.36 | 0.24 | 81.74 | 0.36 | 0.63 |
| Hex | A9 | C2 | 7D | D | 0 | 24 | 18 | 52 | 24 | 3F |
| Octal | 251 | 302 | 175 | 15 | 0 | 44 | 30 | 122 | 44 | 77 |
| Binary | 10101001 | 11000010 | 1111101 | 1101 | 0 | 100100 | 11000 | 1010010 | 100100 | 111111 |
Color Harmonies of #A9C27D
Complementary color
Monochromatic Colors of #A9C27D
Black with #A9C27D
Text Example
Text Example
White with #A9C27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C27D; }
p { color: rgb(169,194,125); }
H1.HeaderClassName
{
color: #A9C27D;
}
.AnyTagClassName
{
color: #A9C27D;
}
</style>
background-color css
<style>
a { background-color: #A9C27D; }
a { background-color: rgb(169,194,125); }
div.DivClassName
{
background-color: #A9C27D;
}
.BgClassName
{
background-color: #A9C27D;
}
</style>
border-color css
<style>
span { border-color: #A9C27D; }
span { border-color: rgb(169,194,125); }
td.TdClassName
{
border-color: #A9C27D;
}
.TagClassName
{
border-color: #A9C27D;
}
</style>