Shades of Caper #A8CD77
Tints of Caper #A8CD77
RGB
CMYK
RGB Variations
Color information
#A8CD77 (or 0xA8CD77) is known color: Caper. HEX triplet: A8, CD and 77. RGB value is (168,205,119). Sum of RGB (Red+Green+Blue) = 168+205+119=492 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.15% from 492); Green value is 205 (80.47% from 255 or 41.67% from 492); Blue value is 119 (46.88% from 255 or 24.19% from 492); Max value from RGB is 205 - color contains mainly: green. Hex color #A8CD77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CD77 is #573288. Grayscale: #B8B8B8. Windows color (decimal): -5714569 or 7851432. OLE color: 7851432.
HSL color Cylindrical-coordinate representation of color #A8CD77: hue angle of 85.81º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A8CD77 is Cyan = 0.18, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 205 | 119 | - |
| CMYK | 0.18 | 0 | 0.42 | 0.20 |
| HSL | 85.81º | 0.46% | 0.64% | - |
| HSV(B) | 85.81º | 0.42% | 0.8% | - |
| XYZ | 41.31 | 53.32 | 25.57 | - |
| YUV | 184.13 | 91.24 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 205 | 119 | 0.18 | 0 | 0.42 | 0.20 | 85.81 | 0.46 | 0.64 |
| Hex | A8 | CD | 77 | 12 | 0 | 2A | 14 | 56 | 2E | 40 |
| Octal | 250 | 315 | 167 | 22 | 0 | 52 | 24 | 126 | 56 | 100 |
| Binary | 10101000 | 11001101 | 1110111 | 10010 | 0 | 101010 | 10100 | 1010110 | 101110 | 1000000 |
Color Harmonies of #A8CD77
Complementary color
Monochromatic Colors of #A8CD77
Black with #A8CD77
Text Example
Text Example
White with #A8CD77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CD77; }
p { color: rgb(168,205,119); }
H1.HeaderClassName
{
color: #A8CD77;
}
.AnyTagClassName
{
color: #A8CD77;
}
</style>
background-color css
<style>
a { background-color: #A8CD77; }
a { background-color: rgb(168,205,119); }
div.DivClassName
{
background-color: #A8CD77;
}
.BgClassName
{
background-color: #A8CD77;
}
</style>
border-color css
<style>
span { border-color: #A8CD77; }
span { border-color: rgb(168,205,119); }
td.TdClassName
{
border-color: #A8CD77;
}
.TagClassName
{
border-color: #A8CD77;
}
</style>