Shades of Spring Rain #A7C098
Tints of Spring Rain #A7C098
RGB
CMYK
RGB Variations
Color information
#A7C098 (or 0xA7C098) is known color: Spring Rain. HEX triplet: A7, C0 and 98. RGB value is (167,192,152). Sum of RGB (Red+Green+Blue) = 167+192+152=511 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.68% from 511); Green value is 192 (75.39% from 255 or 37.57% from 511); Blue value is 152 (59.77% from 255 or 29.75% from 511); Max value from RGB is 192 - color contains mainly: green. Hex color #A7C098 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7C098 is #583F67. Grayscale: #B4B4B4. Windows color (decimal): -5783400 or 10010791. OLE color: 10010791.
HSL color Cylindrical-coordinate representation of color #A7C098: hue angle of 97.5º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A7C098 is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 167 | 192 | 152 | - |
| CMYK | 0.13 | 0 | 0.21 | 0.25 |
| HSL | 97.5º | 0.24% | 0.67% | - |
| HSV(B) | 97.5º | 0.21% | 0.75% | - |
| XYZ | 40.45 | 48.18 | 36.87 | - |
| YUV | 179.97 | 112.22 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 192 | 152 | 0.13 | 0 | 0.21 | 0.25 | 97.5 | 0.24 | 0.67 |
| Hex | A7 | C0 | 98 | D | 0 | 15 | 19 | 62 | 18 | 43 |
| Octal | 247 | 300 | 230 | 15 | 0 | 25 | 31 | 142 | 30 | 103 |
| Binary | 10100111 | 11000000 | 10011000 | 1101 | 0 | 10101 | 11001 | 1100010 | 11000 | 1000011 |
Color Harmonies of #A7C098
Complementary color
Monochromatic Colors of #A7C098
Black with #A7C098
Text Example
Text Example
White with #A7C098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7C098; }
p { color: rgb(167,192,152); }
H1.HeaderClassName
{
color: #A7C098;
}
.AnyTagClassName
{
color: #A7C098;
}
</style>
background-color css
<style>
a { background-color: #A7C098; }
a { background-color: rgb(167,192,152); }
div.DivClassName
{
background-color: #A7C098;
}
.BgClassName
{
background-color: #A7C098;
}
</style>
border-color css
<style>
span { border-color: #A7C098; }
span { border-color: rgb(167,192,152); }
td.TdClassName
{
border-color: #A7C098;
}
.TagClassName
{
border-color: #A7C098;
}
</style>