Shades of Caper #AFC07E
Tints of Caper #AFC07E
RGB
CMYK
RGB Variations
Color information
#AFC07E (or 0xAFC07E) is known color: Caper. HEX triplet: AF, C0 and 7E. RGB value is (175,192,126). Sum of RGB (Red+Green+Blue) = 175+192+126=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 192 (75.39% from 255 or 38.95% from 493); Blue value is 126 (49.61% from 255 or 25.56% from 493); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC07E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC07E is #503F81. Grayscale: #B3B3B3. Windows color (decimal): -5259138 or 8306863. OLE color: 8306863.
HSL color Cylindrical-coordinate representation of color #AFC07E: hue angle of 75.45º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AFC07E is Cyan = 0.09, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 192 | 126 | - |
| CMYK | 0.09 | 0 | 0.34 | 0.25 |
| HSL | 75.45º | 0.34% | 0.62% | - |
| HSV(B) | 75.45º | 0.34% | 0.75% | - |
| XYZ | 40.29 | 48.32 | 26.94 | - |
| YUV | 179.39 | 97.87 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 192 | 126 | 0.09 | 0 | 0.34 | 0.25 | 75.45 | 0.34 | 0.62 |
| Hex | AF | C0 | 7E | 9 | 0 | 22 | 19 | 4B | 22 | 3E |
| Octal | 257 | 300 | 176 | 11 | 0 | 42 | 31 | 113 | 42 | 76 |
| Binary | 10101111 | 11000000 | 1111110 | 1001 | 0 | 100010 | 11001 | 1001011 | 100010 | 111110 |
Color Harmonies of #AFC07E
Complementary color
Monochromatic Colors of #AFC07E
Black with #AFC07E
Text Example
Text Example
White with #AFC07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC07E; }
p { color: rgb(175,192,126); }
H1.HeaderClassName
{
color: #AFC07E;
}
.AnyTagClassName
{
color: #AFC07E;
}
</style>
background-color css
<style>
a { background-color: #AFC07E; }
a { background-color: rgb(175,192,126); }
div.DivClassName
{
background-color: #AFC07E;
}
.BgClassName
{
background-color: #AFC07E;
}
</style>
border-color css
<style>
span { border-color: #AFC07E; }
span { border-color: rgb(175,192,126); }
td.TdClassName
{
border-color: #AFC07E;
}
.TagClassName
{
border-color: #AFC07E;
}
</style>