Shades of Spring Rain #A3C998
Tints of Spring Rain #A3C998
RGB
CMYK
RGB Variations
Color information
#A3C998 (or 0xA3C998) is known color: Spring Rain. HEX triplet: A3, C9 and 98. RGB value is (163,201,152). Sum of RGB (Red+Green+Blue) = 163+201+152=516 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.59% from 516); Green value is 201 (78.91% from 255 or 38.95% from 516); Blue value is 152 (59.77% from 255 or 29.46% from 516); Max value from RGB is 201 - color contains mainly: green. Hex color #A3C998 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3C998 is #5C3667. Grayscale: #B8B8B8. Windows color (decimal): -6043240 or 10013091. OLE color: 10013091.
HSL color Cylindrical-coordinate representation of color #A3C998: hue angle of 106.53º 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 #A3C998 is Cyan = 0.19, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 201 | 152 | - |
| CMYK | 0.19 | 0 | 0.24 | 0.21 |
| HSL | 106.53º | 0.31% | 0.69% | - |
| HSV(B) | 106.53º | 0.24% | 0.79% | - |
| XYZ | 41.66 | 51.83 | 37.51 | - |
| YUV | 184.05 | 109.91 | 112.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 201 | 152 | 0.19 | 0 | 0.24 | 0.21 | 106.53 | 0.31 | 0.69 |
| Hex | A3 | C9 | 98 | 13 | 0 | 18 | 15 | 6B | 1F | 45 |
| Octal | 243 | 311 | 230 | 23 | 0 | 30 | 25 | 153 | 37 | 105 |
| Binary | 10100011 | 11001001 | 10011000 | 10011 | 0 | 11000 | 10101 | 1101011 | 11111 | 1000101 |
Color Harmonies of #A3C998
Complementary color
Monochromatic Colors of #A3C998
Black with #A3C998
Text Example
Text Example
White with #A3C998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C998; }
p { color: rgb(163,201,152); }
H1.HeaderClassName
{
color: #A3C998;
}
.AnyTagClassName
{
color: #A3C998;
}
</style>
background-color css
<style>
a { background-color: #A3C998; }
a { background-color: rgb(163,201,152); }
div.DivClassName
{
background-color: #A3C998;
}
.BgClassName
{
background-color: #A3C998;
}
</style>
border-color css
<style>
span { border-color: #A3C998; }
span { border-color: rgb(163,201,152); }
td.TdClassName
{
border-color: #A3C998;
}
.TagClassName
{
border-color: #A3C998;
}
</style>