Shades of Caper #AFCD8A
Tints of Caper #AFCD8A
RGB
CMYK
RGB Variations
Color information
#AFCD8A (or 0xAFCD8A) is known color: Caper. HEX triplet: AF, CD and 8A. RGB value is (175,205,138). Sum of RGB (Red+Green+Blue) = 175+205+138=518 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.78% from 518); Green value is 205 (80.47% from 255 or 39.58% from 518); Blue value is 138 (54.30% from 255 or 26.64% from 518); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCD8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCD8A is #503275. Grayscale: #BCBCBC. Windows color (decimal): -5255798 or 9096623. OLE color: 9096623.
HSL color Cylindrical-coordinate representation of color #AFCD8A: hue angle of 86.87º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AFCD8A is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 205 | 138 | - |
| CMYK | 0.15 | 0 | 0.33 | 0.20 |
| HSL | 86.87º | 0.4% | 0.67% | - |
| HSV(B) | 86.87º | 0.33% | 0.8% | - |
| XYZ | 44.1 | 54.61 | 32.26 | - |
| YUV | 188.39 | 99.56 | 118.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 205 | 138 | 0.15 | 0 | 0.33 | 0.20 | 86.87 | 0.4 | 0.67 |
| Hex | AF | CD | 8A | F | 0 | 21 | 14 | 57 | 28 | 43 |
| Octal | 257 | 315 | 212 | 17 | 0 | 41 | 24 | 127 | 50 | 103 |
| Binary | 10101111 | 11001101 | 10001010 | 1111 | 0 | 100001 | 10100 | 1010111 | 101000 | 1000011 |
Color Harmonies of #AFCD8A
Complementary color
Monochromatic Colors of #AFCD8A
Black with #AFCD8A
Text Example
Text Example
White with #AFCD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCD8A; }
p { color: rgb(175,205,138); }
H1.HeaderClassName
{
color: #AFCD8A;
}
.AnyTagClassName
{
color: #AFCD8A;
}
</style>
background-color css
<style>
a { background-color: #AFCD8A; }
a { background-color: rgb(175,205,138); }
div.DivClassName
{
background-color: #AFCD8A;
}
.BgClassName
{
background-color: #AFCD8A;
}
</style>
border-color css
<style>
span { border-color: #AFCD8A; }
span { border-color: rgb(175,205,138); }
td.TdClassName
{
border-color: #AFCD8A;
}
.TagClassName
{
border-color: #AFCD8A;
}
</style>