Shades of Caper #A8C27A
Tints of Caper #A8C27A
RGB
CMYK
RGB Variations
Color information
#A8C27A (or 0xA8C27A) is known color: Caper. HEX triplet: A8, C2 and 7A. RGB value is (168,194,122). Sum of RGB (Red+Green+Blue) = 168+194+122=484 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.71% from 484); Green value is 194 (76.17% from 255 or 40.08% from 484); Blue value is 122 (48.05% from 255 or 25.21% from 484); Max value from RGB is 194 - color contains mainly: green. Hex color #A8C27A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C27A is #573D85. Grayscale: #B2B2B2. Windows color (decimal): -5717382 or 8045224. OLE color: 8045224.
HSL color Cylindrical-coordinate representation of color #A8C27A: hue angle of 81.67º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A8C27A is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 194 | 122 | - |
| CMYK | 0.13 | 0 | 0.37 | 0.24 |
| HSL | 81.67º | 0.37% | 0.62% | - |
| HSV(B) | 81.67º | 0.37% | 0.76% | - |
| XYZ | 38.95 | 48.31 | 25.68 | - |
| YUV | 178.02 | 96.39 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 194 | 122 | 0.13 | 0 | 0.37 | 0.24 | 81.67 | 0.37 | 0.62 |
| Hex | A8 | C2 | 7A | D | 0 | 25 | 18 | 52 | 25 | 3E |
| Octal | 250 | 302 | 172 | 15 | 0 | 45 | 30 | 122 | 45 | 76 |
| Binary | 10101000 | 11000010 | 1111010 | 1101 | 0 | 100101 | 11000 | 1010010 | 100101 | 111110 |
Color Harmonies of #A8C27A
Complementary color
Monochromatic Colors of #A8C27A
Black with #A8C27A
Text Example
Text Example
White with #A8C27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C27A; }
p { color: rgb(168,194,122); }
H1.HeaderClassName
{
color: #A8C27A;
}
.AnyTagClassName
{
color: #A8C27A;
}
</style>
background-color css
<style>
a { background-color: #A8C27A; }
a { background-color: rgb(168,194,122); }
div.DivClassName
{
background-color: #A8C27A;
}
.BgClassName
{
background-color: #A8C27A;
}
</style>
border-color css
<style>
span { border-color: #A8C27A; }
span { border-color: rgb(168,194,122); }
td.TdClassName
{
border-color: #A8C27A;
}
.TagClassName
{
border-color: #A8C27A;
}
</style>