Shades of Caper #AFC270
Tints of Caper #AFC270
RGB
CMYK
RGB Variations
Color information
#AFC270 (or 0xAFC270) is known color: Caper. HEX triplet: AF, C2 and 70. RGB value is (175,194,112). Sum of RGB (Red+Green+Blue) = 175+194+112=481 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.38% from 481); Green value is 194 (76.17% from 255 or 40.33% from 481); Blue value is 112 (44.14% from 255 or 23.28% from 481); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC270 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC270 is #503D8F. Grayscale: #B3B3B3. Windows color (decimal): -5258640 or 7389871. OLE color: 7389871.
HSL color Cylindrical-coordinate representation of color #AFC270: hue angle of 73.9º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AFC270 is Cyan = 0.10, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 194 | 112 | - |
| CMYK | 0.10 | 0 | 0.42 | 0.24 |
| HSL | 73.9º | 0.4% | 0.6% | - |
| HSV(B) | 73.9º | 0.42% | 0.76% | - |
| XYZ | 39.9 | 48.87 | 22.66 | - |
| YUV | 178.97 | 90.21 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 194 | 112 | 0.10 | 0 | 0.42 | 0.24 | 73.9 | 0.4 | 0.6 |
| Hex | AF | C2 | 70 | A | 0 | 2A | 18 | 4A | 28 | 3C |
| Octal | 257 | 302 | 160 | 12 | 0 | 52 | 30 | 112 | 50 | 74 |
| Binary | 10101111 | 11000010 | 1110000 | 1010 | 0 | 101010 | 11000 | 1001010 | 101000 | 111100 |
Color Harmonies of #AFC270
Complementary color
Monochromatic Colors of #AFC270
Black with #AFC270
Text Example
Text Example
White with #AFC270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC270; }
p { color: rgb(175,194,112); }
H1.HeaderClassName
{
color: #AFC270;
}
.AnyTagClassName
{
color: #AFC270;
}
</style>
background-color css
<style>
a { background-color: #AFC270; }
a { background-color: rgb(175,194,112); }
div.DivClassName
{
background-color: #AFC270;
}
.BgClassName
{
background-color: #AFC270;
}
</style>
border-color css
<style>
span { border-color: #AFC270; }
span { border-color: rgb(175,194,112); }
td.TdClassName
{
border-color: #AFC270;
}
.TagClassName
{
border-color: #AFC270;
}
</style>