Shades of Spring Rain #A8C898
Tints of Spring Rain #A8C898
RGB
CMYK
RGB Variations
Color information
#A8C898 (or 0xA8C898) is known color: Spring Rain. HEX triplet: A8, C8 and 98. RGB value is (168,200,152). Sum of RGB (Red+Green+Blue) = 168+200+152=520 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.31% from 520); Green value is 200 (78.52% from 255 or 38.46% from 520); Blue value is 152 (59.77% from 255 or 29.23% from 520); Max value from RGB is 200 - color contains mainly: green. Hex color #A8C898 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C898 is #573767. Grayscale: #B9B9B9. Windows color (decimal): -5715816 or 10012840. OLE color: 10012840.
HSL color Cylindrical-coordinate representation of color #A8C898: hue angle of 100º degrees, saturation: 0.3, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A8C898 is Cyan = 0.16, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 200 | 152 | - |
| CMYK | 0.16 | 0 | 0.24 | 0.22 |
| HSL | 100º | 0.3% | 0.69% | - |
| HSV(B) | 100º | 0.24% | 0.78% | - |
| XYZ | 42.47 | 51.9 | 37.49 | - |
| YUV | 184.96 | 109.4 | 115.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 200 | 152 | 0.16 | 0 | 0.24 | 0.22 | 100 | 0.3 | 0.69 |
| Hex | A8 | C8 | 98 | 10 | 0 | 18 | 16 | 64 | 1E | 45 |
| Octal | 250 | 310 | 230 | 20 | 0 | 30 | 26 | 144 | 36 | 105 |
| Binary | 10101000 | 11001000 | 10011000 | 10000 | 0 | 11000 | 10110 | 1100100 | 11110 | 1000101 |
Color Harmonies of #A8C898
Complementary color
Monochromatic Colors of #A8C898
Black with #A8C898
Text Example
Text Example
White with #A8C898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C898; }
p { color: rgb(168,200,152); }
H1.HeaderClassName
{
color: #A8C898;
}
.AnyTagClassName
{
color: #A8C898;
}
</style>
background-color css
<style>
a { background-color: #A8C898; }
a { background-color: rgb(168,200,152); }
div.DivClassName
{
background-color: #A8C898;
}
.BgClassName
{
background-color: #A8C898;
}
</style>
border-color css
<style>
span { border-color: #A8C898; }
span { border-color: rgb(168,200,152); }
td.TdClassName
{
border-color: #A8C898;
}
.TagClassName
{
border-color: #A8C898;
}
</style>