Shades of Caper #AFC26C
Tints of Caper #AFC26C
RGB
CMYK
RGB Variations
Color information
#AFC26C (or 0xAFC26C) is known color: Caper. HEX triplet: AF, C2 and 6C. RGB value is (175,194,108). Sum of RGB (Red+Green+Blue) = 175+194+108=477 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.69% from 477); Green value is 194 (76.17% from 255 or 40.67% from 477); Blue value is 108 (42.58% from 255 or 22.64% from 477); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC26C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC26C is #503D93. Grayscale: #B2B2B2. Windows color (decimal): -5258644 or 7127727. OLE color: 7127727.
HSL color Cylindrical-coordinate representation of color #AFC26C: hue angle of 73.26º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AFC26C is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 194 | 108 | - |
| CMYK | 0.10 | 0 | 0.44 | 0.24 |
| HSL | 73.26º | 0.41% | 0.59% | - |
| HSV(B) | 73.26º | 0.44% | 0.76% | - |
| XYZ | 39.68 | 48.78 | 21.51 | - |
| YUV | 178.52 | 88.21 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 194 | 108 | 0.10 | 0 | 0.44 | 0.24 | 73.26 | 0.41 | 0.59 |
| Hex | AF | C2 | 6C | A | 0 | 2C | 18 | 49 | 29 | 3B |
| Octal | 257 | 302 | 154 | 12 | 0 | 54 | 30 | 111 | 51 | 73 |
| Binary | 10101111 | 11000010 | 1101100 | 1010 | 0 | 101100 | 11000 | 1001001 | 101001 | 111011 |
Color Harmonies of #AFC26C
Complementary color
Monochromatic Colors of #AFC26C
Black with #AFC26C
Text Example
Text Example
White with #AFC26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC26C; }
p { color: rgb(175,194,108); }
H1.HeaderClassName
{
color: #AFC26C;
}
.AnyTagClassName
{
color: #AFC26C;
}
</style>
background-color css
<style>
a { background-color: #AFC26C; }
a { background-color: rgb(175,194,108); }
div.DivClassName
{
background-color: #AFC26C;
}
.BgClassName
{
background-color: #AFC26C;
}
</style>
border-color css
<style>
span { border-color: #AFC26C; }
span { border-color: rgb(175,194,108); }
td.TdClassName
{
border-color: #AFC26C;
}
.TagClassName
{
border-color: #AFC26C;
}
</style>