Shades of Caper #A8C37E
Tints of Caper #A8C37E
RGB
CMYK
RGB Variations
Color information
#A8C37E (or 0xA8C37E) is known color: Caper. HEX triplet: A8, C3 and 7E. RGB value is (168,195,126). Sum of RGB (Red+Green+Blue) = 168+195+126=489 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.36% from 489); Green value is 195 (76.56% from 255 or 39.88% from 489); Blue value is 126 (49.61% from 255 or 25.77% from 489); Max value from RGB is 195 - color contains mainly: green. Hex color #A8C37E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C37E is #573C81. Grayscale: #B3B3B3. Windows color (decimal): -5717122 or 8307624. OLE color: 8307624.
HSL color Cylindrical-coordinate representation of color #A8C37E: hue angle of 83.48º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A8C37E is Cyan = 0.14, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 195 | 126 | - |
| CMYK | 0.14 | 0 | 0.35 | 0.24 |
| HSL | 83.48º | 0.37% | 0.63% | - |
| HSV(B) | 83.48º | 0.35% | 0.76% | - |
| XYZ | 39.43 | 48.86 | 27.09 | - |
| YUV | 179.06 | 98.05 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 195 | 126 | 0.14 | 0 | 0.35 | 0.24 | 83.48 | 0.37 | 0.63 |
| Hex | A8 | C3 | 7E | E | 0 | 23 | 18 | 53 | 25 | 3F |
| Octal | 250 | 303 | 176 | 16 | 0 | 43 | 30 | 123 | 45 | 77 |
| Binary | 10101000 | 11000011 | 1111110 | 1110 | 0 | 100011 | 11000 | 1010011 | 100101 | 111111 |
Color Harmonies of #A8C37E
Complementary color
Monochromatic Colors of #A8C37E
Black with #A8C37E
Text Example
Text Example
White with #A8C37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C37E; }
p { color: rgb(168,195,126); }
H1.HeaderClassName
{
color: #A8C37E;
}
.AnyTagClassName
{
color: #A8C37E;
}
</style>
background-color css
<style>
a { background-color: #A8C37E; }
a { background-color: rgb(168,195,126); }
div.DivClassName
{
background-color: #A8C37E;
}
.BgClassName
{
background-color: #A8C37E;
}
</style>
border-color css
<style>
span { border-color: #A8C37E; }
span { border-color: rgb(168,195,126); }
td.TdClassName
{
border-color: #A8C37E;
}
.TagClassName
{
border-color: #A8C37E;
}
</style>