Shades of Caper #AFC26D
Tints of Caper #AFC26D
RGB
CMYK
RGB Variations
Color information
#AFC26D (or 0xAFC26D) is known color: Caper. HEX triplet: AF, C2 and 6D. RGB value is (175,194,109). Sum of RGB (Red+Green+Blue) = 175+194+109=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 194 (76.17% from 255 or 40.59% from 478); Blue value is 109 (42.97% from 255 or 22.80% from 478); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC26D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC26D is #503D92. Grayscale: #B2B2B2. Windows color (decimal): -5258643 or 7193263. OLE color: 7193263.
HSL color Cylindrical-coordinate representation of color #AFC26D: hue angle of 73.41º 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 #AFC26D is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 194 | 109 | - |
| CMYK | 0.10 | 0 | 0.44 | 0.24 |
| HSL | 73.41º | 0.41% | 0.59% | - |
| HSV(B) | 73.41º | 0.44% | 0.76% | - |
| XYZ | 39.73 | 48.8 | 21.79 | - |
| YUV | 178.63 | 88.71 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 194 | 109 | 0.10 | 0 | 0.44 | 0.24 | 73.41 | 0.41 | 0.59 |
| Hex | AF | C2 | 6D | A | 0 | 2C | 18 | 49 | 29 | 3B |
| Octal | 257 | 302 | 155 | 12 | 0 | 54 | 30 | 111 | 51 | 73 |
| Binary | 10101111 | 11000010 | 1101101 | 1010 | 0 | 101100 | 11000 | 1001001 | 101001 | 111011 |
Color Harmonies of #AFC26D
Complementary color
Monochromatic Colors of #AFC26D
Black with #AFC26D
Text Example
Text Example
White with #AFC26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC26D; }
p { color: rgb(175,194,109); }
H1.HeaderClassName
{
color: #AFC26D;
}
.AnyTagClassName
{
color: #AFC26D;
}
</style>
background-color css
<style>
a { background-color: #AFC26D; }
a { background-color: rgb(175,194,109); }
div.DivClassName
{
background-color: #AFC26D;
}
.BgClassName
{
background-color: #AFC26D;
}
</style>
border-color css
<style>
span { border-color: #AFC26D; }
span { border-color: rgb(175,194,109); }
td.TdClassName
{
border-color: #AFC26D;
}
.TagClassName
{
border-color: #AFC26D;
}
</style>