Shades of Spring Rain #A1CD9D
Tints of Spring Rain #A1CD9D
RGB
CMYK
RGB Variations
Color information
#A1CD9D (or 0xA1CD9D) is known color: Spring Rain. HEX triplet: A1, CD and 9D. RGB value is (161,205,157). Sum of RGB (Red+Green+Blue) = 161+205+157=523 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.78% from 523); Green value is 205 (80.47% from 255 or 39.20% from 523); Blue value is 157 (61.72% from 255 or 30.02% from 523); Max value from RGB is 205 - color contains mainly: green. Hex color #A1CD9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CD9D is #5E3262. Grayscale: #BABABA. Windows color (decimal): -6173283 or 10341793. OLE color: 10341793.
HSL color Cylindrical-coordinate representation of color #A1CD9D: hue angle of 115º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A1CD9D is Cyan = 0.21, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 205 | 157 | - |
| CMYK | 0.21 | 0 | 0.23 | 0.20 |
| HSL | 115º | 0.32% | 0.71% | - |
| HSV(B) | 115º | 0.23% | 0.8% | - |
| XYZ | 42.62 | 53.67 | 40.01 | - |
| YUV | 186.37 | 111.42 | 109.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 205 | 157 | 0.21 | 0 | 0.23 | 0.20 | 115 | 0.32 | 0.71 |
| Hex | A1 | CD | 9D | 15 | 0 | 17 | 14 | 73 | 20 | 47 |
| Octal | 241 | 315 | 235 | 25 | 0 | 27 | 24 | 163 | 40 | 107 |
| Binary | 10100001 | 11001101 | 10011101 | 10101 | 0 | 10111 | 10100 | 1110011 | 100000 | 1000111 |
Color Harmonies of #A1CD9D
Complementary color
Monochromatic Colors of #A1CD9D
Black with #A1CD9D
Text Example
Text Example
White with #A1CD9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CD9D; }
p { color: rgb(161,205,157); }
H1.HeaderClassName
{
color: #A1CD9D;
}
.AnyTagClassName
{
color: #A1CD9D;
}
</style>
background-color css
<style>
a { background-color: #A1CD9D; }
a { background-color: rgb(161,205,157); }
div.DivClassName
{
background-color: #A1CD9D;
}
.BgClassName
{
background-color: #A1CD9D;
}
</style>
border-color css
<style>
span { border-color: #A1CD9D; }
span { border-color: rgb(161,205,157); }
td.TdClassName
{
border-color: #A1CD9D;
}
.TagClassName
{
border-color: #A1CD9D;
}
</style>