Shades of Spring Rain #A1C695
Tints of Spring Rain #A1C695
RGB
CMYK
RGB Variations
Color information
#A1C695 (or 0xA1C695) is known color: Spring Rain. HEX triplet: A1, C6 and 95. RGB value is (161,198,149). Sum of RGB (Red+Green+Blue) = 161+198+149=508 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.69% from 508); Green value is 198 (77.73% from 255 or 38.98% from 508); Blue value is 149 (58.59% from 255 or 29.33% from 508); Max value from RGB is 198 - color contains mainly: green. Hex color #A1C695 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C695 is #5E396A. Grayscale: #B5B5B5. Windows color (decimal): -6175083 or 9815713. OLE color: 9815713.
HSL color Cylindrical-coordinate representation of color #A1C695: hue angle of 105.31º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A1C695 is Cyan = 0.19, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 161 | 198 | 149 | - |
| CMYK | 0.19 | 0 | 0.25 | 0.22 |
| HSL | 105.31º | 0.3% | 0.68% | - |
| HSV(B) | 105.31º | 0.25% | 0.78% | - |
| XYZ | 40.32 | 50.14 | 35.99 | - |
| YUV | 181.35 | 109.74 | 113.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 198 | 149 | 0.19 | 0 | 0.25 | 0.22 | 105.31 | 0.3 | 0.68 |
| Hex | A1 | C6 | 95 | 13 | 0 | 19 | 16 | 69 | 1E | 44 |
| Octal | 241 | 306 | 225 | 23 | 0 | 31 | 26 | 151 | 36 | 104 |
| Binary | 10100001 | 11000110 | 10010101 | 10011 | 0 | 11001 | 10110 | 1101001 | 11110 | 1000100 |
Color Harmonies of #A1C695
Complementary color
Monochromatic Colors of #A1C695
Black with #A1C695
Text Example
Text Example
White with #A1C695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C695; }
p { color: rgb(161,198,149); }
H1.HeaderClassName
{
color: #A1C695;
}
.AnyTagClassName
{
color: #A1C695;
}
</style>
background-color css
<style>
a { background-color: #A1C695; }
a { background-color: rgb(161,198,149); }
div.DivClassName
{
background-color: #A1C695;
}
.BgClassName
{
background-color: #A1C695;
}
</style>
border-color css
<style>
span { border-color: #A1C695; }
span { border-color: rgb(161,198,149); }
td.TdClassName
{
border-color: #A1C695;
}
.TagClassName
{
border-color: #A1C695;
}
</style>