Shades of Spring Rain #A1C09A
Tints of Spring Rain #A1C09A
RGB
CMYK
RGB Variations
Color information
#A1C09A (or 0xA1C09A) is known color: Spring Rain. HEX triplet: A1, C0 and 9A. RGB value is (161,192,154). Sum of RGB (Red+Green+Blue) = 161+192+154=507 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.76% from 507); Green value is 192 (75.39% from 255 or 37.87% from 507); Blue value is 154 (60.55% from 255 or 30.37% from 507); Max value from RGB is 192 - color contains mainly: green. Hex color #A1C09A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C09A is #5E3F65. Grayscale: #B2B2B2. Windows color (decimal): -6176614 or 10141857. OLE color: 10141857.
HSL color Cylindrical-coordinate representation of color #A1C09A: hue angle of 108.95º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A1C09A is Cyan = 0.16, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 192 | 154 | - |
| CMYK | 0.16 | 0 | 0.20 | 0.25 |
| HSL | 108.95º | 0.23% | 0.68% | - |
| HSV(B) | 108.95º | 0.2% | 0.75% | - |
| XYZ | 39.38 | 47.61 | 37.69 | - |
| YUV | 178.4 | 114.23 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 192 | 154 | 0.16 | 0 | 0.20 | 0.25 | 108.95 | 0.23 | 0.68 |
| Hex | A1 | C0 | 9A | 10 | 0 | 14 | 19 | 6D | 17 | 44 |
| Octal | 241 | 300 | 232 | 20 | 0 | 24 | 31 | 155 | 27 | 104 |
| Binary | 10100001 | 11000000 | 10011010 | 10000 | 0 | 10100 | 11001 | 1101101 | 10111 | 1000100 |
Color Harmonies of #A1C09A
Complementary color
Monochromatic Colors of #A1C09A
Black with #A1C09A
Text Example
Text Example
White with #A1C09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C09A; }
p { color: rgb(161,192,154); }
H1.HeaderClassName
{
color: #A1C09A;
}
.AnyTagClassName
{
color: #A1C09A;
}
</style>
background-color css
<style>
a { background-color: #A1C09A; }
a { background-color: rgb(161,192,154); }
div.DivClassName
{
background-color: #A1C09A;
}
.BgClassName
{
background-color: #A1C09A;
}
</style>
border-color css
<style>
span { border-color: #A1C09A; }
span { border-color: rgb(161,192,154); }
td.TdClassName
{
border-color: #A1C09A;
}
.TagClassName
{
border-color: #A1C09A;
}
</style>