Shades of Spring Rain #A7CC98
Tints of Spring Rain #A7CC98
RGB
CMYK
RGB Variations
Color information
#A7CC98 (or 0xA7CC98) is known color: Spring Rain. HEX triplet: A7, CC and 98. RGB value is (167,204,152). Sum of RGB (Red+Green+Blue) = 167+204+152=523 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.93% from 523); Green value is 204 (80.08% from 255 or 39.01% from 523); Blue value is 152 (59.77% from 255 or 29.06% from 523); Max value from RGB is 204 - color contains mainly: green. Hex color #A7CC98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7CC98 is #583367. Grayscale: #BBBBBB. Windows color (decimal): -5780328 or 10013863. OLE color: 10013863.
HSL color Cylindrical-coordinate representation of color #A7CC98: hue angle of 102.69º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A7CC98 is Cyan = 0.18, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 167 | 204 | 152 | - |
| CMYK | 0.18 | 0 | 0.25 | 0.2 |
| HSL | 102.69º | 0.34% | 0.7% | - |
| HSV(B) | 102.69º | 0.25% | 0.8% | - |
| XYZ | 43.2 | 53.67 | 37.79 | - |
| YUV | 187.01 | 108.24 | 113.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 204 | 152 | 0.18 | 0 | 0.25 | 0.2 | 102.69 | 0.34 | 0.7 |
| Hex | A7 | CC | 98 | 12 | 0 | 19 | 14 | 67 | 22 | 46 |
| Octal | 247 | 314 | 230 | 22 | 0 | 31 | 24 | 147 | 42 | 106 |
| Binary | 10100111 | 11001100 | 10011000 | 10010 | 0 | 11001 | 10100 | 1100111 | 100010 | 1000110 |
Color Harmonies of #A7CC98
Complementary color
Monochromatic Colors of #A7CC98
Black with #A7CC98
Text Example
Text Example
White with #A7CC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7CC98; }
p { color: rgb(167,204,152); }
H1.HeaderClassName
{
color: #A7CC98;
}
.AnyTagClassName
{
color: #A7CC98;
}
</style>
background-color css
<style>
a { background-color: #A7CC98; }
a { background-color: rgb(167,204,152); }
div.DivClassName
{
background-color: #A7CC98;
}
.BgClassName
{
background-color: #A7CC98;
}
</style>
border-color css
<style>
span { border-color: #A7CC98; }
span { border-color: rgb(167,204,152); }
td.TdClassName
{
border-color: #A7CC98;
}
.TagClassName
{
border-color: #A7CC98;
}
</style>