Shades of Spring Rain #A8C698
Tints of Spring Rain #A8C698
RGB
CMYK
RGB Variations
Color information
#A8C698 (or 0xA8C698) is known color: Spring Rain. HEX triplet: A8, C6 and 98. RGB value is (168,198,152). Sum of RGB (Red+Green+Blue) = 168+198+152=518 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.43% from 518); Green value is 198 (77.73% from 255 or 38.22% from 518); Blue value is 152 (59.77% from 255 or 29.34% from 518); Max value from RGB is 198 - color contains mainly: green. Hex color #A8C698 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C698 is #573967. Grayscale: #B7B7B7. Windows color (decimal): -5716328 or 10012328. OLE color: 10012328.
HSL color Cylindrical-coordinate representation of color #A8C698: hue angle of 99.13º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A8C698 is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 198 | 152 | - |
| CMYK | 0.15 | 0 | 0.23 | 0.22 |
| HSL | 99.13º | 0.29% | 0.69% | - |
| HSV(B) | 99.13º | 0.23% | 0.78% | - |
| XYZ | 42.01 | 50.98 | 37.33 | - |
| YUV | 183.79 | 110.06 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 198 | 152 | 0.15 | 0 | 0.23 | 0.22 | 99.13 | 0.29 | 0.69 |
| Hex | A8 | C6 | 98 | F | 0 | 17 | 16 | 63 | 1D | 45 |
| Octal | 250 | 306 | 230 | 17 | 0 | 27 | 26 | 143 | 35 | 105 |
| Binary | 10101000 | 11000110 | 10011000 | 1111 | 0 | 10111 | 10110 | 1100011 | 11101 | 1000101 |
Color Harmonies of #A8C698
Complementary color
Monochromatic Colors of #A8C698
Black with #A8C698
Text Example
Text Example
White with #A8C698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C698; }
p { color: rgb(168,198,152); }
H1.HeaderClassName
{
color: #A8C698;
}
.AnyTagClassName
{
color: #A8C698;
}
</style>
background-color css
<style>
a { background-color: #A8C698; }
a { background-color: rgb(168,198,152); }
div.DivClassName
{
background-color: #A8C698;
}
.BgClassName
{
background-color: #A8C698;
}
</style>
border-color css
<style>
span { border-color: #A8C698; }
span { border-color: rgb(168,198,152); }
td.TdClassName
{
border-color: #A8C698;
}
.TagClassName
{
border-color: #A8C698;
}
</style>