Shades of Caper #AFC87A
Tints of Caper #AFC87A
RGB
CMYK
RGB Variations
Color information
#AFC87A (or 0xAFC87A) is known color: Caper. HEX triplet: AF, C8 and 7A. RGB value is (175,200,122). Sum of RGB (Red+Green+Blue) = 175+200+122=497 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.21% from 497); Green value is 200 (78.52% from 255 or 40.24% from 497); Blue value is 122 (48.05% from 255 or 24.55% from 497); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC87A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC87A is #503785. Grayscale: #B7B7B7. Windows color (decimal): -5257094 or 8046767. OLE color: 8046767.
HSL color Cylindrical-coordinate representation of color #AFC87A: hue angle of 79.23º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AFC87A is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 200 | 122 | - |
| CMYK | 0.12 | 0 | 0.39 | 0.22 |
| HSL | 79.23º | 0.41% | 0.63% | - |
| HSV(B) | 79.23º | 0.39% | 0.78% | - |
| XYZ | 41.85 | 51.83 | 26.21 | - |
| YUV | 183.63 | 93.22 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 200 | 122 | 0.12 | 0 | 0.39 | 0.22 | 79.23 | 0.41 | 0.63 |
| Hex | AF | C8 | 7A | C | 0 | 27 | 16 | 4F | 29 | 3F |
| Octal | 257 | 310 | 172 | 14 | 0 | 47 | 26 | 117 | 51 | 77 |
| Binary | 10101111 | 11001000 | 1111010 | 1100 | 0 | 100111 | 10110 | 1001111 | 101001 | 111111 |
Color Harmonies of #AFC87A
Complementary color
Monochromatic Colors of #AFC87A
Black with #AFC87A
Text Example
Text Example
White with #AFC87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC87A; }
p { color: rgb(175,200,122); }
H1.HeaderClassName
{
color: #AFC87A;
}
.AnyTagClassName
{
color: #AFC87A;
}
</style>
background-color css
<style>
a { background-color: #AFC87A; }
a { background-color: rgb(175,200,122); }
div.DivClassName
{
background-color: #AFC87A;
}
.BgClassName
{
background-color: #AFC87A;
}
</style>
border-color css
<style>
span { border-color: #AFC87A; }
span { border-color: rgb(175,200,122); }
td.TdClassName
{
border-color: #AFC87A;
}
.TagClassName
{
border-color: #AFC87A;
}
</style>