Shades of Spring Rain #A6C998
Tints of Spring Rain #A6C998
RGB
CMYK
RGB Variations
Color information
#A6C998 (or 0xA6C998) is known color: Spring Rain. HEX triplet: A6, C9 and 98. RGB value is (166,201,152). Sum of RGB (Red+Green+Blue) = 166+201+152=519 (68% of max value = 765). Red value is 166 (65.23% from 255 or 31.98% from 519); Green value is 201 (78.91% from 255 or 38.73% from 519); Blue value is 152 (59.77% from 255 or 29.29% from 519); Max value from RGB is 201 - color contains mainly: green. Hex color #A6C998 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C998 is #593667. Grayscale: #B9B9B9. Windows color (decimal): -5846632 or 10013094. OLE color: 10013094.
HSL color Cylindrical-coordinate representation of color #A6C998: hue angle of 102.86º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A6C998 is Cyan = 0.17, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 166 | 201 | 152 | - |
| CMYK | 0.17 | 0 | 0.24 | 0.21 |
| HSL | 102.86º | 0.31% | 0.69% | - |
| HSV(B) | 102.86º | 0.24% | 0.79% | - |
| XYZ | 42.28 | 52.15 | 37.54 | - |
| YUV | 184.95 | 109.4 | 114.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 201 | 152 | 0.17 | 0 | 0.24 | 0.21 | 102.86 | 0.31 | 0.69 |
| Hex | A6 | C9 | 98 | 11 | 0 | 18 | 15 | 67 | 1F | 45 |
| Octal | 246 | 311 | 230 | 21 | 0 | 30 | 25 | 147 | 37 | 105 |
| Binary | 10100110 | 11001001 | 10011000 | 10001 | 0 | 11000 | 10101 | 1100111 | 11111 | 1000101 |
Color Harmonies of #A6C998
Complementary color
Monochromatic Colors of #A6C998
Black with #A6C998
Text Example
Text Example
White with #A6C998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C998; }
p { color: rgb(166,201,152); }
H1.HeaderClassName
{
color: #A6C998;
}
.AnyTagClassName
{
color: #A6C998;
}
</style>
background-color css
<style>
a { background-color: #A6C998; }
a { background-color: rgb(166,201,152); }
div.DivClassName
{
background-color: #A6C998;
}
.BgClassName
{
background-color: #A6C998;
}
</style>
border-color css
<style>
span { border-color: #A6C998; }
span { border-color: rgb(166,201,152); }
td.TdClassName
{
border-color: #A6C998;
}
.TagClassName
{
border-color: #A6C998;
}
</style>