Shades of Spring Rain #A8D199
Tints of Spring Rain #A8D199
RGB
CMYK
RGB Variations
Color information
#A8D199 (or 0xA8D199) is known color: Spring Rain. HEX triplet: A8, D1 and 99. RGB value is (168,209,153). Sum of RGB (Red+Green+Blue) = 168+209+153=530 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.70% from 530); Green value is 209 (82.03% from 255 or 39.43% from 530); Blue value is 153 (60.16% from 255 or 28.87% from 530); Max value from RGB is 209 - color contains mainly: green. Hex color #A8D199 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D199 is #572E66. Grayscale: #BEBEBE. Windows color (decimal): -5713511 or 10080680. OLE color: 10080680.
HSL color Cylindrical-coordinate representation of color #A8D199: hue angle of 103.93º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A8D199 is Cyan = 0.20, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 209 | 153 | - |
| CMYK | 0.20 | 0 | 0.27 | 0.18 |
| HSL | 103.93º | 0.38% | 0.71% | - |
| HSV(B) | 103.93º | 0.27% | 0.82% | - |
| XYZ | 44.7 | 56.23 | 38.63 | - |
| YUV | 190.36 | 106.92 | 112.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 209 | 153 | 0.20 | 0 | 0.27 | 0.18 | 103.93 | 0.38 | 0.71 |
| Hex | A8 | D1 | 99 | 14 | 0 | 1B | 12 | 68 | 26 | 47 |
| Octal | 250 | 321 | 231 | 24 | 0 | 33 | 22 | 150 | 46 | 107 |
| Binary | 10101000 | 11010001 | 10011001 | 10100 | 0 | 11011 | 10010 | 1101000 | 100110 | 1000111 |
Color Harmonies of #A8D199
Complementary color
Monochromatic Colors of #A8D199
Black with #A8D199
Text Example
Text Example
White with #A8D199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D199; }
p { color: rgb(168,209,153); }
H1.HeaderClassName
{
color: #A8D199;
}
.AnyTagClassName
{
color: #A8D199;
}
</style>
background-color css
<style>
a { background-color: #A8D199; }
a { background-color: rgb(168,209,153); }
div.DivClassName
{
background-color: #A8D199;
}
.BgClassName
{
background-color: #A8D199;
}
</style>
border-color css
<style>
span { border-color: #A8D199; }
span { border-color: rgb(168,209,153); }
td.TdClassName
{
border-color: #A8D199;
}
.TagClassName
{
border-color: #A8D199;
}
</style>