Shades of Caper #AFC28A
Tints of Caper #AFC28A
RGB
CMYK
RGB Variations
Color information
#AFC28A (or 0xAFC28A) is known color: Caper. HEX triplet: AF, C2 and 8A. RGB value is (175,194,138). Sum of RGB (Red+Green+Blue) = 175+194+138=507 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.52% from 507); Green value is 194 (76.17% from 255 or 38.26% from 507); Blue value is 138 (54.30% from 255 or 27.22% from 507); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC28A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC28A is #503D75. Grayscale: #B6B6B6. Windows color (decimal): -5258614 or 9093807. OLE color: 9093807.
HSL color Cylindrical-coordinate representation of color #AFC28A: hue angle of 80.36º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFC28A is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 194 | 138 | - |
| CMYK | 0.10 | 0 | 0.29 | 0.24 |
| HSL | 80.36º | 0.31% | 0.65% | - |
| HSV(B) | 80.36º | 0.29% | 0.76% | - |
| XYZ | 41.56 | 49.53 | 31.42 | - |
| YUV | 181.94 | 103.21 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 194 | 138 | 0.10 | 0 | 0.29 | 0.24 | 80.36 | 0.31 | 0.65 |
| Hex | AF | C2 | 8A | A | 0 | 1D | 18 | 50 | 1F | 41 |
| Octal | 257 | 302 | 212 | 12 | 0 | 35 | 30 | 120 | 37 | 101 |
| Binary | 10101111 | 11000010 | 10001010 | 1010 | 0 | 11101 | 11000 | 1010000 | 11111 | 1000001 |
Color Harmonies of #AFC28A
Complementary color
Monochromatic Colors of #AFC28A
Black with #AFC28A
Text Example
Text Example
White with #AFC28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC28A; }
p { color: rgb(175,194,138); }
H1.HeaderClassName
{
color: #AFC28A;
}
.AnyTagClassName
{
color: #AFC28A;
}
</style>
background-color css
<style>
a { background-color: #AFC28A; }
a { background-color: rgb(175,194,138); }
div.DivClassName
{
background-color: #AFC28A;
}
.BgClassName
{
background-color: #AFC28A;
}
</style>
border-color css
<style>
span { border-color: #AFC28A; }
span { border-color: rgb(175,194,138); }
td.TdClassName
{
border-color: #AFC28A;
}
.TagClassName
{
border-color: #AFC28A;
}
</style>