Shades of Spring Rain #A1C593
Tints of Spring Rain #A1C593
RGB
CMYK
RGB Variations
Color information
#A1C593 (or 0xA1C593) is known color: Spring Rain. HEX triplet: A1, C5 and 93. RGB value is (161,197,147). Sum of RGB (Red+Green+Blue) = 161+197+147=505 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.88% from 505); Green value is 197 (77.34% from 255 or 39.01% from 505); Blue value is 147 (57.81% from 255 or 29.11% from 505); Max value from RGB is 197 - color contains mainly: green. Hex color #A1C593 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C593 is #5E3A6C. Grayscale: #B4B4B4. Windows color (decimal): -6175341 or 9684385. OLE color: 9684385.
HSL color Cylindrical-coordinate representation of color #A1C593: hue angle of 103.2º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A1C593 is Cyan = 0.18, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 161 | 197 | 147 | - |
| CMYK | 0.18 | 0 | 0.25 | 0.23 |
| HSL | 103.2º | 0.3% | 0.67% | - |
| HSV(B) | 103.2º | 0.25% | 0.77% | - |
| XYZ | 39.93 | 49.62 | 35.08 | - |
| YUV | 180.54 | 109.07 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 197 | 147 | 0.18 | 0 | 0.25 | 0.23 | 103.2 | 0.3 | 0.67 |
| Hex | A1 | C5 | 93 | 12 | 0 | 19 | 17 | 67 | 1E | 43 |
| Octal | 241 | 305 | 223 | 22 | 0 | 31 | 27 | 147 | 36 | 103 |
| Binary | 10100001 | 11000101 | 10010011 | 10010 | 0 | 11001 | 10111 | 1100111 | 11110 | 1000011 |
Color Harmonies of #A1C593
Complementary color
Monochromatic Colors of #A1C593
Black with #A1C593
Text Example
Text Example
White with #A1C593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C593; }
p { color: rgb(161,197,147); }
H1.HeaderClassName
{
color: #A1C593;
}
.AnyTagClassName
{
color: #A1C593;
}
</style>
background-color css
<style>
a { background-color: #A1C593; }
a { background-color: rgb(161,197,147); }
div.DivClassName
{
background-color: #A1C593;
}
.BgClassName
{
background-color: #A1C593;
}
</style>
border-color css
<style>
span { border-color: #A1C593; }
span { border-color: rgb(161,197,147); }
td.TdClassName
{
border-color: #A1C593;
}
.TagClassName
{
border-color: #A1C593;
}
</style>