Shades of Caper #AFC78A
Tints of Caper #AFC78A
RGB
CMYK
RGB Variations
Color information
#AFC78A (or 0xAFC78A) is known color: Caper. HEX triplet: AF, C7 and 8A. RGB value is (175,199,138). Sum of RGB (Red+Green+Blue) = 175+199+138=512 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.18% from 512); Green value is 199 (78.12% from 255 or 38.87% from 512); Blue value is 138 (54.30% from 255 or 26.95% from 512); Max value from RGB is 199 - color contains mainly: green. Hex color #AFC78A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC78A is #503875. Grayscale: #B9B9B9. Windows color (decimal): -5257334 or 9095087. OLE color: 9095087.
HSL color Cylindrical-coordinate representation of color #AFC78A: hue angle of 83.61º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFC78A is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 199 | 138 | - |
| CMYK | 0.12 | 0 | 0.31 | 0.22 |
| HSL | 83.61º | 0.35% | 0.66% | - |
| HSV(B) | 83.61º | 0.31% | 0.78% | - |
| XYZ | 42.69 | 51.8 | 31.79 | - |
| YUV | 184.87 | 101.55 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 199 | 138 | 0.12 | 0 | 0.31 | 0.22 | 83.61 | 0.35 | 0.66 |
| Hex | AF | C7 | 8A | C | 0 | 1F | 16 | 54 | 23 | 42 |
| Octal | 257 | 307 | 212 | 14 | 0 | 37 | 26 | 124 | 43 | 102 |
| Binary | 10101111 | 11000111 | 10001010 | 1100 | 0 | 11111 | 10110 | 1010100 | 100011 | 1000010 |
Color Harmonies of #AFC78A
Complementary color
Monochromatic Colors of #AFC78A
Black with #AFC78A
Text Example
Text Example
White with #AFC78A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC78A; }
p { color: rgb(175,199,138); }
H1.HeaderClassName
{
color: #AFC78A;
}
.AnyTagClassName
{
color: #AFC78A;
}
</style>
background-color css
<style>
a { background-color: #AFC78A; }
a { background-color: rgb(175,199,138); }
div.DivClassName
{
background-color: #AFC78A;
}
.BgClassName
{
background-color: #AFC78A;
}
</style>
border-color css
<style>
span { border-color: #AFC78A; }
span { border-color: rgb(175,199,138); }
td.TdClassName
{
border-color: #AFC78A;
}
.TagClassName
{
border-color: #AFC78A;
}
</style>