Shades of Caper #AFC58A
Tints of Caper #AFC58A
RGB
CMYK
RGB Variations
Color information
#AFC58A (or 0xAFC58A) is known color: Caper. HEX triplet: AF, C5 and 8A. RGB value is (175,197,138). Sum of RGB (Red+Green+Blue) = 175+197+138=510 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.31% from 510); Green value is 197 (77.34% from 255 or 38.63% from 510); Blue value is 138 (54.30% from 255 or 27.06% from 510); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC58A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC58A is #503A75. Grayscale: #B7B7B7. Windows color (decimal): -5257846 or 9094575. OLE color: 9094575.
HSL color Cylindrical-coordinate representation of color #AFC58A: hue angle of 82.37º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFC58A is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 197 | 138 | - |
| CMYK | 0.11 | 0 | 0.30 | 0.23 |
| HSL | 82.37º | 0.34% | 0.66% | - |
| HSV(B) | 82.37º | 0.3% | 0.77% | - |
| XYZ | 42.23 | 50.88 | 31.64 | - |
| YUV | 183.7 | 102.21 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 197 | 138 | 0.11 | 0 | 0.30 | 0.23 | 82.37 | 0.34 | 0.66 |
| Hex | AF | C5 | 8A | B | 0 | 1E | 17 | 52 | 22 | 42 |
| Octal | 257 | 305 | 212 | 13 | 0 | 36 | 27 | 122 | 42 | 102 |
| Binary | 10101111 | 11000101 | 10001010 | 1011 | 0 | 11110 | 10111 | 1010010 | 100010 | 1000010 |
Color Harmonies of #AFC58A
Complementary color
Monochromatic Colors of #AFC58A
Black with #AFC58A
Text Example
Text Example
White with #AFC58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC58A; }
p { color: rgb(175,197,138); }
H1.HeaderClassName
{
color: #AFC58A;
}
.AnyTagClassName
{
color: #AFC58A;
}
</style>
background-color css
<style>
a { background-color: #AFC58A; }
a { background-color: rgb(175,197,138); }
div.DivClassName
{
background-color: #AFC58A;
}
.BgClassName
{
background-color: #AFC58A;
}
</style>
border-color css
<style>
span { border-color: #AFC58A; }
span { border-color: rgb(175,197,138); }
td.TdClassName
{
border-color: #AFC58A;
}
.TagClassName
{
border-color: #AFC58A;
}
</style>