Shades of Spring Rain #A8C199
Tints of Spring Rain #A8C199
RGB
CMYK
RGB Variations
Color information
#A8C199 (or 0xA8C199) is known color: Spring Rain. HEX triplet: A8, C1 and 99. RGB value is (168,193,153). Sum of RGB (Red+Green+Blue) = 168+193+153=514 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.68% from 514); Green value is 193 (75.78% from 255 or 37.55% from 514); Blue value is 153 (60.16% from 255 or 29.77% from 514); Max value from RGB is 193 - color contains mainly: green. Hex color #A8C199 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C199 is #573E66. Grayscale: #B5B5B5. Windows color (decimal): -5717607 or 10076584. OLE color: 10076584.
HSL color Cylindrical-coordinate representation of color #A8C199: hue angle of 97.5º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A8C199 is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 193 | 153 | - |
| CMYK | 0.13 | 0 | 0.21 | 0.24 |
| HSL | 97.5º | 0.24% | 0.68% | - |
| HSV(B) | 97.5º | 0.21% | 0.76% | - |
| XYZ | 40.97 | 48.76 | 37.39 | - |
| YUV | 180.97 | 112.22 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 193 | 153 | 0.13 | 0 | 0.21 | 0.24 | 97.5 | 0.24 | 0.68 |
| Hex | A8 | C1 | 99 | D | 0 | 15 | 18 | 62 | 18 | 44 |
| Octal | 250 | 301 | 231 | 15 | 0 | 25 | 30 | 142 | 30 | 104 |
| Binary | 10101000 | 11000001 | 10011001 | 1101 | 0 | 10101 | 11000 | 1100010 | 11000 | 1000100 |
Color Harmonies of #A8C199
Complementary color
Monochromatic Colors of #A8C199
Black with #A8C199
Text Example
Text Example
White with #A8C199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C199; }
p { color: rgb(168,193,153); }
H1.HeaderClassName
{
color: #A8C199;
}
.AnyTagClassName
{
color: #A8C199;
}
</style>
background-color css
<style>
a { background-color: #A8C199; }
a { background-color: rgb(168,193,153); }
div.DivClassName
{
background-color: #A8C199;
}
.BgClassName
{
background-color: #A8C199;
}
</style>
border-color css
<style>
span { border-color: #A8C199; }
span { border-color: rgb(168,193,153); }
td.TdClassName
{
border-color: #A8C199;
}
.TagClassName
{
border-color: #A8C199;
}
</style>