Shades of Caper #AFCC6E
Tints of Caper #AFCC6E
RGB
CMYK
RGB Variations
Color information
#AFCC6E (or 0xAFCC6E) is known color: Caper. HEX triplet: AF, CC and 6E. RGB value is (175,204,110). Sum of RGB (Red+Green+Blue) = 175+204+110=489 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.79% from 489); Green value is 204 (80.08% from 255 or 41.72% from 489); Blue value is 110 (43.36% from 255 or 22.49% from 489); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCC6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCC6E is #503391. Grayscale: #B8B8B8. Windows color (decimal): -5256082 or 7261359. OLE color: 7261359.
HSL color Cylindrical-coordinate representation of color #AFCC6E: hue angle of 78.51º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AFCC6E is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 175 | 204 | 110 | - |
| CMYK | 0.14 | 0 | 0.46 | 0.2 |
| HSL | 78.51º | 0.48% | 0.62% | - |
| HSV(B) | 78.51º | 0.46% | 0.8% | - |
| XYZ | 42.09 | 53.43 | 22.85 | - |
| YUV | 184.61 | 85.89 | 121.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 204 | 110 | 0.14 | 0 | 0.46 | 0.2 | 78.51 | 0.48 | 0.62 |
| Hex | AF | CC | 6E | E | 0 | 2E | 14 | 4F | 30 | 3E |
| Octal | 257 | 314 | 156 | 16 | 0 | 56 | 24 | 117 | 60 | 76 |
| Binary | 10101111 | 11001100 | 1101110 | 1110 | 0 | 101110 | 10100 | 1001111 | 110000 | 111110 |
Color Harmonies of #AFCC6E
Complementary color
Monochromatic Colors of #AFCC6E
Black with #AFCC6E
Text Example
Text Example
White with #AFCC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCC6E; }
p { color: rgb(175,204,110); }
H1.HeaderClassName
{
color: #AFCC6E;
}
.AnyTagClassName
{
color: #AFCC6E;
}
</style>
background-color css
<style>
a { background-color: #AFCC6E; }
a { background-color: rgb(175,204,110); }
div.DivClassName
{
background-color: #AFCC6E;
}
.BgClassName
{
background-color: #AFCC6E;
}
</style>
border-color css
<style>
span { border-color: #AFCC6E; }
span { border-color: rgb(175,204,110); }
td.TdClassName
{
border-color: #AFCC6E;
}
.TagClassName
{
border-color: #AFCC6E;
}
</style>