Shades of Spring Rain #ACCDA3
Tints of Spring Rain #ACCDA3
RGB
CMYK
RGB Variations
Color information
#ACCDA3 (or 0xACCDA3) is known color: Spring Rain. HEX triplet: AC, CD and A3. RGB value is (172,205,163). Sum of RGB (Red+Green+Blue) = 172+205+163=540 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.85% from 540); Green value is 205 (80.47% from 255 or 37.96% from 540); Blue value is 163 (64.06% from 255 or 30.19% from 540); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCDA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCDA3 is #53325C. Grayscale: #BEBEBE. Windows color (decimal): -5452381 or 10735020. OLE color: 10735020.
HSL color Cylindrical-coordinate representation of color #ACCDA3: hue angle of 107.14º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACCDA3 is Cyan = 0.16, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 205 | 163 | - |
| CMYK | 0.16 | 0 | 0.20 | 0.20 |
| HSL | 107.14º | 0.3% | 0.72% | - |
| HSV(B) | 107.14º | 0.2% | 0.8% | - |
| XYZ | 45.46 | 55.08 | 42.89 | - |
| YUV | 190.35 | 112.57 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 205 | 163 | 0.16 | 0 | 0.20 | 0.20 | 107.14 | 0.3 | 0.72 |
| Hex | AC | CD | A3 | 10 | 0 | 14 | 14 | 6B | 1E | 48 |
| Octal | 254 | 315 | 243 | 20 | 0 | 24 | 24 | 153 | 36 | 110 |
| Binary | 10101100 | 11001101 | 10100011 | 10000 | 0 | 10100 | 10100 | 1101011 | 11110 | 1001000 |
Color Harmonies of #ACCDA3
Complementary color
Monochromatic Colors of #ACCDA3
Black with #ACCDA3
Text Example
Text Example
White with #ACCDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCDA3; }
p { color: rgb(172,205,163); }
H1.HeaderClassName
{
color: #ACCDA3;
}
.AnyTagClassName
{
color: #ACCDA3;
}
</style>
background-color css
<style>
a { background-color: #ACCDA3; }
a { background-color: rgb(172,205,163); }
div.DivClassName
{
background-color: #ACCDA3;
}
.BgClassName
{
background-color: #ACCDA3;
}
</style>
border-color css
<style>
span { border-color: #ACCDA3; }
span { border-color: rgb(172,205,163); }
td.TdClassName
{
border-color: #ACCDA3;
}
.TagClassName
{
border-color: #ACCDA3;
}
</style>