Shades of Caper #A8CD73
Tints of Caper #A8CD73
RGB
CMYK
RGB Variations
Color information
#A8CD73 (or 0xA8CD73) is known color: Caper. HEX triplet: A8, CD and 73. RGB value is (168,205,115). Sum of RGB (Red+Green+Blue) = 168+205+115=488 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.43% from 488); Green value is 205 (80.47% from 255 or 42.01% from 488); Blue value is 115 (45.31% from 255 or 23.57% from 488); Max value from RGB is 205 - color contains mainly: green. Hex color #A8CD73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CD73 is #57328C. Grayscale: #B8B8B8. Windows color (decimal): -5714573 or 7589288. OLE color: 7589288.
HSL color Cylindrical-coordinate representation of color #A8CD73: hue angle of 84.67º 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 #A8CD73 is Cyan = 0.18, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 205 | 115 | - |
| CMYK | 0.18 | 0 | 0.44 | 0.20 |
| HSL | 84.67º | 0.47% | 0.63% | - |
| HSV(B) | 84.67º | 0.44% | 0.8% | - |
| XYZ | 41.07 | 53.23 | 24.33 | - |
| YUV | 183.68 | 89.24 | 116.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 205 | 115 | 0.18 | 0 | 0.44 | 0.20 | 84.67 | 0.47 | 0.63 |
| Hex | A8 | CD | 73 | 12 | 0 | 2C | 14 | 55 | 2F | 3F |
| Octal | 250 | 315 | 163 | 22 | 0 | 54 | 24 | 125 | 57 | 77 |
| Binary | 10101000 | 11001101 | 1110011 | 10010 | 0 | 101100 | 10100 | 1010101 | 101111 | 111111 |
Color Harmonies of #A8CD73
Complementary color
Monochromatic Colors of #A8CD73
Black with #A8CD73
Text Example
Text Example
White with #A8CD73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CD73; }
p { color: rgb(168,205,115); }
H1.HeaderClassName
{
color: #A8CD73;
}
.AnyTagClassName
{
color: #A8CD73;
}
</style>
background-color css
<style>
a { background-color: #A8CD73; }
a { background-color: rgb(168,205,115); }
div.DivClassName
{
background-color: #A8CD73;
}
.BgClassName
{
background-color: #A8CD73;
}
</style>
border-color css
<style>
span { border-color: #A8CD73; }
span { border-color: rgb(168,205,115); }
td.TdClassName
{
border-color: #A8CD73;
}
.TagClassName
{
border-color: #A8CD73;
}
</style>