Shades of Caper #AFC17E
Tints of Caper #AFC17E
RGB
CMYK
RGB Variations
Color information
#AFC17E (or 0xAFC17E) is known color: Caper. HEX triplet: AF, C1 and 7E. RGB value is (175,193,126). Sum of RGB (Red+Green+Blue) = 175+193+126=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 193 (75.78% from 255 or 39.07% from 494); Blue value is 126 (49.61% from 255 or 25.51% from 494); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC17E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC17E is #503E81. Grayscale: #B4B4B4. Windows color (decimal): -5258882 or 8307119. OLE color: 8307119.
HSL color Cylindrical-coordinate representation of color #AFC17E: hue angle of 76.12º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AFC17E is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 193 | 126 | - |
| CMYK | 0.09 | 0 | 0.35 | 0.24 |
| HSL | 76.12º | 0.35% | 0.63% | - |
| HSV(B) | 76.12º | 0.35% | 0.76% | - |
| XYZ | 40.52 | 48.76 | 27.01 | - |
| YUV | 179.98 | 97.54 | 124.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 193 | 126 | 0.09 | 0 | 0.35 | 0.24 | 76.12 | 0.35 | 0.63 |
| Hex | AF | C1 | 7E | 9 | 0 | 23 | 18 | 4C | 23 | 3F |
| Octal | 257 | 301 | 176 | 11 | 0 | 43 | 30 | 114 | 43 | 77 |
| Binary | 10101111 | 11000001 | 1111110 | 1001 | 0 | 100011 | 11000 | 1001100 | 100011 | 111111 |
Color Harmonies of #AFC17E
Complementary color
Monochromatic Colors of #AFC17E
Black with #AFC17E
Text Example
Text Example
White with #AFC17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC17E; }
p { color: rgb(175,193,126); }
H1.HeaderClassName
{
color: #AFC17E;
}
.AnyTagClassName
{
color: #AFC17E;
}
</style>
background-color css
<style>
a { background-color: #AFC17E; }
a { background-color: rgb(175,193,126); }
div.DivClassName
{
background-color: #AFC17E;
}
.BgClassName
{
background-color: #AFC17E;
}
</style>
border-color css
<style>
span { border-color: #AFC17E; }
span { border-color: rgb(175,193,126); }
td.TdClassName
{
border-color: #AFC17E;
}
.TagClassName
{
border-color: #AFC17E;
}
</style>