Shades of Caper #AFC26E
Tints of Caper #AFC26E
RGB
CMYK
RGB Variations
Color information
#AFC26E (or 0xAFC26E) is known color: Caper. HEX triplet: AF, C2 and 6E. RGB value is (175,194,110). Sum of RGB (Red+Green+Blue) = 175+194+110=479 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.53% from 479); Green value is 194 (76.17% from 255 or 40.50% from 479); Blue value is 110 (43.36% from 255 or 22.96% from 479); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC26E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC26E is #503D91. Grayscale: #B3B3B3. Windows color (decimal): -5258642 or 7258799. OLE color: 7258799.
HSL color Cylindrical-coordinate representation of color #AFC26E: hue angle of 73.57º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AFC26E is Cyan = 0.10, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 194 | 110 | - |
| CMYK | 0.10 | 0 | 0.43 | 0.24 |
| HSL | 73.57º | 0.41% | 0.6% | - |
| HSV(B) | 73.57º | 0.43% | 0.76% | - |
| XYZ | 39.79 | 48.82 | 22.08 | - |
| YUV | 178.74 | 89.21 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 194 | 110 | 0.10 | 0 | 0.43 | 0.24 | 73.57 | 0.41 | 0.6 |
| Hex | AF | C2 | 6E | A | 0 | 2B | 18 | 4A | 29 | 3C |
| Octal | 257 | 302 | 156 | 12 | 0 | 53 | 30 | 112 | 51 | 74 |
| Binary | 10101111 | 11000010 | 1101110 | 1010 | 0 | 101011 | 11000 | 1001010 | 101001 | 111100 |
Color Harmonies of #AFC26E
Complementary color
Monochromatic Colors of #AFC26E
Black with #AFC26E
Text Example
Text Example
White with #AFC26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC26E; }
p { color: rgb(175,194,110); }
H1.HeaderClassName
{
color: #AFC26E;
}
.AnyTagClassName
{
color: #AFC26E;
}
</style>
background-color css
<style>
a { background-color: #AFC26E; }
a { background-color: rgb(175,194,110); }
div.DivClassName
{
background-color: #AFC26E;
}
.BgClassName
{
background-color: #AFC26E;
}
</style>
border-color css
<style>
span { border-color: #AFC26E; }
span { border-color: rgb(175,194,110); }
td.TdClassName
{
border-color: #AFC26E;
}
.TagClassName
{
border-color: #AFC26E;
}
</style>