Shades of Spring Rain #A1BE9E
Tints of Spring Rain #A1BE9E
RGB
CMYK
RGB Variations
Color information
#A1BE9E (or 0xA1BE9E) is known color: Spring Rain. HEX triplet: A1, BE and 9E. RGB value is (161,190,158). Sum of RGB (Red+Green+Blue) = 161+190+158=509 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.63% from 509); Green value is 190 (74.61% from 255 or 37.33% from 509); Blue value is 158 (62.11% from 255 or 31.04% from 509); Max value from RGB is 190 - color contains mainly: green. Hex color #A1BE9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BE9E is #5E4161. Grayscale: #B1B1B1. Windows color (decimal): -6177122 or 10403489. OLE color: 10403489.
HSL color Cylindrical-coordinate representation of color #A1BE9E: hue angle of 114.38º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A1BE9E is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 190 | 158 | - |
| CMYK | 0.15 | 0 | 0.17 | 0.25 |
| HSL | 114.38º | 0.2% | 0.68% | - |
| HSV(B) | 114.38º | 0.17% | 0.75% | - |
| XYZ | 39.28 | 46.87 | 39.32 | - |
| YUV | 177.68 | 116.89 | 116.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 190 | 158 | 0.15 | 0 | 0.17 | 0.25 | 114.38 | 0.2 | 0.68 |
| Hex | A1 | BE | 9E | F | 0 | 11 | 19 | 72 | 14 | 44 |
| Octal | 241 | 276 | 236 | 17 | 0 | 21 | 31 | 162 | 24 | 104 |
| Binary | 10100001 | 10111110 | 10011110 | 1111 | 0 | 10001 | 11001 | 1110010 | 10100 | 1000100 |
Color Harmonies of #A1BE9E
Complementary color
Monochromatic Colors of #A1BE9E
Black with #A1BE9E
Text Example
Text Example
White with #A1BE9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BE9E; }
p { color: rgb(161,190,158); }
H1.HeaderClassName
{
color: #A1BE9E;
}
.AnyTagClassName
{
color: #A1BE9E;
}
</style>
background-color css
<style>
a { background-color: #A1BE9E; }
a { background-color: rgb(161,190,158); }
div.DivClassName
{
background-color: #A1BE9E;
}
.BgClassName
{
background-color: #A1BE9E;
}
</style>
border-color css
<style>
span { border-color: #A1BE9E; }
span { border-color: rgb(161,190,158); }
td.TdClassName
{
border-color: #A1BE9E;
}
.TagClassName
{
border-color: #A1BE9E;
}
</style>