Shades of Spring Rain #A8C29E
Tints of Spring Rain #A8C29E
RGB
CMYK
RGB Variations
Color information
#A8C29E (or 0xA8C29E) is known color: Spring Rain. HEX triplet: A8, C2 and 9E. RGB value is (168,194,158). Sum of RGB (Red+Green+Blue) = 168+194+158=520 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.31% from 520); Green value is 194 (76.17% from 255 or 37.31% from 520); Blue value is 158 (62.11% from 255 or 30.38% from 520); Max value from RGB is 194 - color contains mainly: green. Hex color #A8C29E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C29E is #573D61. Grayscale: #B6B6B6. Windows color (decimal): -5717346 or 10404520. OLE color: 10404520.
HSL color Cylindrical-coordinate representation of color #A8C29E: hue angle of 103.33º degrees, saturation: 0.23, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A8C29E is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 194 | 158 | - |
| CMYK | 0.13 | 0 | 0.19 | 0.24 |
| HSL | 103.33º | 0.23% | 0.69% | - |
| HSV(B) | 103.33º | 0.19% | 0.76% | - |
| XYZ | 41.61 | 49.38 | 39.69 | - |
| YUV | 182.12 | 114.39 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 194 | 158 | 0.13 | 0 | 0.19 | 0.24 | 103.33 | 0.23 | 0.69 |
| Hex | A8 | C2 | 9E | D | 0 | 13 | 18 | 67 | 17 | 45 |
| Octal | 250 | 302 | 236 | 15 | 0 | 23 | 30 | 147 | 27 | 105 |
| Binary | 10101000 | 11000010 | 10011110 | 1101 | 0 | 10011 | 11000 | 1100111 | 10111 | 1000101 |
Color Harmonies of #A8C29E
Complementary color
Monochromatic Colors of #A8C29E
Black with #A8C29E
Text Example
Text Example
White with #A8C29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C29E; }
p { color: rgb(168,194,158); }
H1.HeaderClassName
{
color: #A8C29E;
}
.AnyTagClassName
{
color: #A8C29E;
}
</style>
background-color css
<style>
a { background-color: #A8C29E; }
a { background-color: rgb(168,194,158); }
div.DivClassName
{
background-color: #A8C29E;
}
.BgClassName
{
background-color: #A8C29E;
}
</style>
border-color css
<style>
span { border-color: #A8C29E; }
span { border-color: rgb(168,194,158); }
td.TdClassName
{
border-color: #A8C29E;
}
.TagClassName
{
border-color: #A8C29E;
}
</style>