Shades of Spring Rain #A1CB97
Tints of Spring Rain #A1CB97
RGB
CMYK
RGB Variations
Color information
#A1CB97 (or 0xA1CB97) is known color: Spring Rain. HEX triplet: A1, CB and 97. RGB value is (161,203,151). Sum of RGB (Red+Green+Blue) = 161+203+151=515 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.26% from 515); Green value is 203 (79.69% from 255 or 39.42% from 515); Blue value is 151 (59.38% from 255 or 29.32% from 515); Max value from RGB is 203 - color contains mainly: green. Hex color #A1CB97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CB97 is #5E3468. Grayscale: #B8B8B8. Windows color (decimal): -6173801 or 9948065. OLE color: 9948065.
HSL color Cylindrical-coordinate representation of color #A1CB97: hue angle of 108.46º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A1CB97 is Cyan = 0.21, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 203 | 151 | - |
| CMYK | 0.21 | 0 | 0.26 | 0.20 |
| HSL | 108.46º | 0.33% | 0.69% | - |
| HSV(B) | 108.46º | 0.26% | 0.8% | - |
| XYZ | 41.64 | 52.52 | 37.22 | - |
| YUV | 184.51 | 109.09 | 111.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 203 | 151 | 0.21 | 0 | 0.26 | 0.20 | 108.46 | 0.33 | 0.69 |
| Hex | A1 | CB | 97 | 15 | 0 | 1A | 14 | 6C | 21 | 45 |
| Octal | 241 | 313 | 227 | 25 | 0 | 32 | 24 | 154 | 41 | 105 |
| Binary | 10100001 | 11001011 | 10010111 | 10101 | 0 | 11010 | 10100 | 1101100 | 100001 | 1000101 |
Color Harmonies of #A1CB97
Complementary color
Monochromatic Colors of #A1CB97
Black with #A1CB97
Text Example
Text Example
White with #A1CB97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CB97; }
p { color: rgb(161,203,151); }
H1.HeaderClassName
{
color: #A1CB97;
}
.AnyTagClassName
{
color: #A1CB97;
}
</style>
background-color css
<style>
a { background-color: #A1CB97; }
a { background-color: rgb(161,203,151); }
div.DivClassName
{
background-color: #A1CB97;
}
.BgClassName
{
background-color: #A1CB97;
}
</style>
border-color css
<style>
span { border-color: #A1CB97; }
span { border-color: rgb(161,203,151); }
td.TdClassName
{
border-color: #A1CB97;
}
.TagClassName
{
border-color: #A1CB97;
}
</style>