Shades of Spring Rain #A8C49A
Tints of Spring Rain #A8C49A
RGB
CMYK
RGB Variations
Color information
#A8C49A (or 0xA8C49A) is known color: Spring Rain. HEX triplet: A8, C4 and 9A. RGB value is (168,196,154). Sum of RGB (Red+Green+Blue) = 168+196+154=518 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.43% from 518); Green value is 196 (76.95% from 255 or 37.84% from 518); Blue value is 154 (60.55% from 255 or 29.73% from 518); Max value from RGB is 196 - color contains mainly: green. Hex color #A8C49A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C49A is #573B65. Grayscale: #B6B6B6. Windows color (decimal): -5716838 or 10142888. OLE color: 10142888.
HSL color Cylindrical-coordinate representation of color #A8C49A: hue angle of 100º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A8C49A is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 168 | 196 | 154 | - |
| CMYK | 0.14 | 0 | 0.21 | 0.23 |
| HSL | 100º | 0.26% | 0.69% | - |
| HSV(B) | 100º | 0.21% | 0.77% | - |
| XYZ | 41.72 | 50.14 | 38.05 | - |
| YUV | 182.84 | 111.72 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 196 | 154 | 0.14 | 0 | 0.21 | 0.23 | 100 | 0.26 | 0.69 |
| Hex | A8 | C4 | 9A | E | 0 | 15 | 17 | 64 | 1A | 45 |
| Octal | 250 | 304 | 232 | 16 | 0 | 25 | 27 | 144 | 32 | 105 |
| Binary | 10101000 | 11000100 | 10011010 | 1110 | 0 | 10101 | 10111 | 1100100 | 11010 | 1000101 |
Color Harmonies of #A8C49A
Complementary color
Monochromatic Colors of #A8C49A
Black with #A8C49A
Text Example
Text Example
White with #A8C49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C49A; }
p { color: rgb(168,196,154); }
H1.HeaderClassName
{
color: #A8C49A;
}
.AnyTagClassName
{
color: #A8C49A;
}
</style>
background-color css
<style>
a { background-color: #A8C49A; }
a { background-color: rgb(168,196,154); }
div.DivClassName
{
background-color: #A8C49A;
}
.BgClassName
{
background-color: #A8C49A;
}
</style>
border-color css
<style>
span { border-color: #A8C49A; }
span { border-color: rgb(168,196,154); }
td.TdClassName
{
border-color: #A8C49A;
}
.TagClassName
{
border-color: #A8C49A;
}
</style>