Shades of Spring Rain #A1BEA1
Tints of Spring Rain #A1BEA1
RGB
CMYK
RGB Variations
Color information
#A1BEA1 (or 0xA1BEA1) is known color: Spring Rain. HEX triplet: A1, BE and A1. RGB value is (161,190,161). Sum of RGB (Red+Green+Blue) = 161+190+161=512 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.45% from 512); Green value is 190 (74.61% from 255 or 37.11% from 512); Blue value is 161 (63.28% from 255 or 31.45% from 512); Max value from RGB is 190 - color contains mainly: green. Hex color #A1BEA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BEA1 is #5E415E. Grayscale: #B2B2B2. Windows color (decimal): -6177119 or 10600097. OLE color: 10600097.
HSL color Cylindrical-coordinate representation of color #A1BEA1: hue angle of 120º degrees, saturation: 0.18, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A1BEA1 is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 190 | 161 | - |
| CMYK | 0.15 | 0 | 0.15 | 0.25 |
| HSL | 120º | 0.18% | 0.69% | - |
| HSV(B) | 120º | 0.15% | 0.75% | - |
| XYZ | 39.54 | 46.98 | 40.7 | - |
| YUV | 178.02 | 118.39 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 190 | 161 | 0.15 | 0 | 0.15 | 0.25 | 120 | 0.18 | 0.69 |
| Hex | A1 | BE | A1 | F | 0 | F | 19 | 78 | 12 | 45 |
| Octal | 241 | 276 | 241 | 17 | 0 | 17 | 31 | 170 | 22 | 105 |
| Binary | 10100001 | 10111110 | 10100001 | 1111 | 0 | 1111 | 11001 | 1111000 | 10010 | 1000101 |
Color Harmonies of #A1BEA1
Complementary color
Monochromatic Colors of #A1BEA1
Black with #A1BEA1
Text Example
Text Example
White with #A1BEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BEA1; }
p { color: rgb(161,190,161); }
H1.HeaderClassName
{
color: #A1BEA1;
}
.AnyTagClassName
{
color: #A1BEA1;
}
</style>
background-color css
<style>
a { background-color: #A1BEA1; }
a { background-color: rgb(161,190,161); }
div.DivClassName
{
background-color: #A1BEA1;
}
.BgClassName
{
background-color: #A1BEA1;
}
</style>
border-color css
<style>
span { border-color: #A1BEA1; }
span { border-color: rgb(161,190,161); }
td.TdClassName
{
border-color: #A1BEA1;
}
.TagClassName
{
border-color: #A1BEA1;
}
</style>