Shades of Spring Rain #A8D0A0
Tints of Spring Rain #A8D0A0
RGB
CMYK
RGB Variations
Color information
#A8D0A0 (or 0xA8D0A0) is known color: Spring Rain. HEX triplet: A8, D0 and A0. RGB value is (168,208,160). Sum of RGB (Red+Green+Blue) = 168+208+160=536 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.34% from 536); Green value is 208 (81.64% from 255 or 38.81% from 536); Blue value is 160 (62.89% from 255 or 29.85% from 536); Max value from RGB is 208 - color contains mainly: green. Hex color #A8D0A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D0A0 is #572F5F. Grayscale: #BEBEBE. Windows color (decimal): -5713760 or 10539176. OLE color: 10539176.
HSL color Cylindrical-coordinate representation of color #A8D0A0: hue angle of 110º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A8D0A0 is Cyan = 0.19, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 208 | 160 | - |
| CMYK | 0.19 | 0 | 0.23 | 0.18 |
| HSL | 110º | 0.34% | 0.72% | - |
| HSV(B) | 110º | 0.23% | 0.82% | - |
| XYZ | 45.05 | 55.97 | 41.69 | - |
| YUV | 190.57 | 110.75 | 111.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 208 | 160 | 0.19 | 0 | 0.23 | 0.18 | 110 | 0.34 | 0.72 |
| Hex | A8 | D0 | A0 | 13 | 0 | 17 | 12 | 6E | 22 | 48 |
| Octal | 250 | 320 | 240 | 23 | 0 | 27 | 22 | 156 | 42 | 110 |
| Binary | 10101000 | 11010000 | 10100000 | 10011 | 0 | 10111 | 10010 | 1101110 | 100010 | 1001000 |
Color Harmonies of #A8D0A0
Complementary color
Monochromatic Colors of #A8D0A0
Black with #A8D0A0
Text Example
Text Example
White with #A8D0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D0A0; }
p { color: rgb(168,208,160); }
H1.HeaderClassName
{
color: #A8D0A0;
}
.AnyTagClassName
{
color: #A8D0A0;
}
</style>
background-color css
<style>
a { background-color: #A8D0A0; }
a { background-color: rgb(168,208,160); }
div.DivClassName
{
background-color: #A8D0A0;
}
.BgClassName
{
background-color: #A8D0A0;
}
</style>
border-color css
<style>
span { border-color: #A8D0A0; }
span { border-color: rgb(168,208,160); }
td.TdClassName
{
border-color: #A8D0A0;
}
.TagClassName
{
border-color: #A8D0A0;
}
</style>