Shades of Caper #AFC38E
Tints of Caper #AFC38E
RGB
CMYK
RGB Variations
Color information
#AFC38E (or 0xAFC38E) is known color: Caper. HEX triplet: AF, C3 and 8E. RGB value is (175,195,142). Sum of RGB (Red+Green+Blue) = 175+195+142=512 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.18% from 512); Green value is 195 (76.56% from 255 or 38.09% from 512); Blue value is 142 (55.86% from 255 or 27.73% from 512); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC38E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC38E is #503C71. Grayscale: #B7B7B7. Windows color (decimal): -5258354 or 9356207. OLE color: 9356207.
HSL color Cylindrical-coordinate representation of color #AFC38E: hue angle of 82.64º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFC38E is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 195 | 142 | - |
| CMYK | 0.10 | 0 | 0.27 | 0.24 |
| HSL | 82.64º | 0.31% | 0.66% | - |
| HSV(B) | 82.64º | 0.27% | 0.76% | - |
| XYZ | 42.08 | 50.1 | 33.04 | - |
| YUV | 182.98 | 104.87 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 195 | 142 | 0.10 | 0 | 0.27 | 0.24 | 82.64 | 0.31 | 0.66 |
| Hex | AF | C3 | 8E | A | 0 | 1B | 18 | 53 | 1F | 42 |
| Octal | 257 | 303 | 216 | 12 | 0 | 33 | 30 | 123 | 37 | 102 |
| Binary | 10101111 | 11000011 | 10001110 | 1010 | 0 | 11011 | 11000 | 1010011 | 11111 | 1000010 |
Color Harmonies of #AFC38E
Complementary color
Monochromatic Colors of #AFC38E
Black with #AFC38E
Text Example
Text Example
White with #AFC38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC38E; }
p { color: rgb(175,195,142); }
H1.HeaderClassName
{
color: #AFC38E;
}
.AnyTagClassName
{
color: #AFC38E;
}
</style>
background-color css
<style>
a { background-color: #AFC38E; }
a { background-color: rgb(175,195,142); }
div.DivClassName
{
background-color: #AFC38E;
}
.BgClassName
{
background-color: #AFC38E;
}
</style>
border-color css
<style>
span { border-color: #AFC38E; }
span { border-color: rgb(175,195,142); }
td.TdClassName
{
border-color: #AFC38E;
}
.TagClassName
{
border-color: #AFC38E;
}
</style>