Shades of Spring Rain #ACCDA1
Tints of Spring Rain #ACCDA1
RGB
CMYK
RGB Variations
Color information
#ACCDA1 (or 0xACCDA1) is known color: Spring Rain. HEX triplet: AC, CD and A1. RGB value is (172,205,161). Sum of RGB (Red+Green+Blue) = 172+205+161=538 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.97% from 538); Green value is 205 (80.47% from 255 or 38.10% from 538); Blue value is 161 (63.28% from 255 or 29.93% from 538); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCDA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCDA1 is #53325E. Grayscale: #BEBEBE. Windows color (decimal): -5452383 or 10603948. OLE color: 10603948.
HSL color Cylindrical-coordinate representation of color #ACCDA1: hue angle of 105º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACCDA1 is Cyan = 0.16, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 205 | 161 | - |
| CMYK | 0.16 | 0 | 0.21 | 0.20 |
| HSL | 105º | 0.31% | 0.72% | - |
| HSV(B) | 105º | 0.21% | 0.8% | - |
| XYZ | 45.28 | 55.01 | 41.95 | - |
| YUV | 190.12 | 111.57 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 205 | 161 | 0.16 | 0 | 0.21 | 0.20 | 105 | 0.31 | 0.72 |
| Hex | AC | CD | A1 | 10 | 0 | 15 | 14 | 69 | 1F | 48 |
| Octal | 254 | 315 | 241 | 20 | 0 | 25 | 24 | 151 | 37 | 110 |
| Binary | 10101100 | 11001101 | 10100001 | 10000 | 0 | 10101 | 10100 | 1101001 | 11111 | 1001000 |
Color Harmonies of #ACCDA1
Complementary color
Monochromatic Colors of #ACCDA1
Black with #ACCDA1
Text Example
Text Example
White with #ACCDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCDA1; }
p { color: rgb(172,205,161); }
H1.HeaderClassName
{
color: #ACCDA1;
}
.AnyTagClassName
{
color: #ACCDA1;
}
</style>
background-color css
<style>
a { background-color: #ACCDA1; }
a { background-color: rgb(172,205,161); }
div.DivClassName
{
background-color: #ACCDA1;
}
.BgClassName
{
background-color: #ACCDA1;
}
</style>
border-color css
<style>
span { border-color: #ACCDA1; }
span { border-color: rgb(172,205,161); }
td.TdClassName
{
border-color: #ACCDA1;
}
.TagClassName
{
border-color: #ACCDA1;
}
</style>