Shades of Caper #AFC178
Tints of Caper #AFC178
RGB
CMYK
RGB Variations
Color information
#AFC178 (or 0xAFC178) is known color: Caper. HEX triplet: AF, C1 and 78. RGB value is (175,193,120). Sum of RGB (Red+Green+Blue) = 175+193+120=488 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.86% from 488); Green value is 193 (75.78% from 255 or 39.55% from 488); Blue value is 120 (47.27% from 255 or 24.59% from 488); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC178 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC178 is #503E87. Grayscale: #B3B3B3. Windows color (decimal): -5258888 or 7913903. OLE color: 7913903.
HSL color Cylindrical-coordinate representation of color #AFC178: hue angle of 74.79º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AFC178 is Cyan = 0.09, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 193 | 120 | - |
| CMYK | 0.09 | 0 | 0.38 | 0.24 |
| HSL | 74.79º | 0.37% | 0.61% | - |
| HSV(B) | 74.79º | 0.38% | 0.76% | - |
| XYZ | 40.14 | 48.61 | 25.04 | - |
| YUV | 179.3 | 94.54 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 193 | 120 | 0.09 | 0 | 0.38 | 0.24 | 74.79 | 0.37 | 0.61 |
| Hex | AF | C1 | 78 | 9 | 0 | 26 | 18 | 4B | 25 | 3D |
| Octal | 257 | 301 | 170 | 11 | 0 | 46 | 30 | 113 | 45 | 75 |
| Binary | 10101111 | 11000001 | 1111000 | 1001 | 0 | 100110 | 11000 | 1001011 | 100101 | 111101 |
Color Harmonies of #AFC178
Complementary color
Monochromatic Colors of #AFC178
Black with #AFC178
Text Example
Text Example
White with #AFC178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC178; }
p { color: rgb(175,193,120); }
H1.HeaderClassName
{
color: #AFC178;
}
.AnyTagClassName
{
color: #AFC178;
}
</style>
background-color css
<style>
a { background-color: #AFC178; }
a { background-color: rgb(175,193,120); }
div.DivClassName
{
background-color: #AFC178;
}
.BgClassName
{
background-color: #AFC178;
}
</style>
border-color css
<style>
span { border-color: #AFC178; }
span { border-color: rgb(175,193,120); }
td.TdClassName
{
border-color: #AFC178;
}
.TagClassName
{
border-color: #AFC178;
}
</style>