Shades of Caper #AFC96E
Tints of Caper #AFC96E
RGB
CMYK
RGB Variations
Color information
#AFC96E (or 0xAFC96E) is known color: Caper. HEX triplet: AF, C9 and 6E. RGB value is (175,201,110). Sum of RGB (Red+Green+Blue) = 175+201+110=486 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.01% from 486); Green value is 201 (78.91% from 255 or 41.36% from 486); Blue value is 110 (43.36% from 255 or 22.63% from 486); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC96E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC96E is #503691. Grayscale: #B7B7B7. Windows color (decimal): -5256850 or 7260591. OLE color: 7260591.
HSL color Cylindrical-coordinate representation of color #AFC96E: hue angle of 77.14º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AFC96E is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 201 | 110 | - |
| CMYK | 0.13 | 0 | 0.45 | 0.21 |
| HSL | 77.14º | 0.46% | 0.61% | - |
| HSV(B) | 77.14º | 0.45% | 0.79% | - |
| XYZ | 41.38 | 52.01 | 22.61 | - |
| YUV | 182.85 | 86.89 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 201 | 110 | 0.13 | 0 | 0.45 | 0.21 | 77.14 | 0.46 | 0.61 |
| Hex | AF | C9 | 6E | D | 0 | 2D | 15 | 4D | 2E | 3D |
| Octal | 257 | 311 | 156 | 15 | 0 | 55 | 25 | 115 | 56 | 75 |
| Binary | 10101111 | 11001001 | 1101110 | 1101 | 0 | 101101 | 10101 | 1001101 | 101110 | 111101 |
Color Harmonies of #AFC96E
Complementary color
Monochromatic Colors of #AFC96E
Black with #AFC96E
Text Example
Text Example
White with #AFC96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC96E; }
p { color: rgb(175,201,110); }
H1.HeaderClassName
{
color: #AFC96E;
}
.AnyTagClassName
{
color: #AFC96E;
}
</style>
background-color css
<style>
a { background-color: #AFC96E; }
a { background-color: rgb(175,201,110); }
div.DivClassName
{
background-color: #AFC96E;
}
.BgClassName
{
background-color: #AFC96E;
}
</style>
border-color css
<style>
span { border-color: #AFC96E; }
span { border-color: rgb(175,201,110); }
td.TdClassName
{
border-color: #AFC96E;
}
.TagClassName
{
border-color: #AFC96E;
}
</style>