Shades of Spring Rain #A3CEA0
Tints of Spring Rain #A3CEA0
RGB
CMYK
RGB Variations
Color information
#A3CEA0 (or 0xA3CEA0) is known color: Spring Rain. HEX triplet: A3, CE and A0. RGB value is (163,206,160). Sum of RGB (Red+Green+Blue) = 163+206+160=529 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.81% from 529); Green value is 206 (80.86% from 255 or 38.94% from 529); Blue value is 160 (62.89% from 255 or 30.25% from 529); Max value from RGB is 206 - color contains mainly: green. Hex color #A3CEA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3CEA0 is #5C315F. Grayscale: #BCBCBC. Windows color (decimal): -6041952 or 10538659. OLE color: 10538659.
HSL color Cylindrical-coordinate representation of color #A3CEA0: hue angle of 116.09º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A3CEA0 is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 206 | 160 | - |
| CMYK | 0.21 | 0 | 0.22 | 0.19 |
| HSL | 116.09º | 0.32% | 0.72% | - |
| HSV(B) | 116.09º | 0.22% | 0.81% | - |
| XYZ | 43.52 | 54.47 | 41.48 | - |
| YUV | 187.9 | 112.25 | 110.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 206 | 160 | 0.21 | 0 | 0.22 | 0.19 | 116.09 | 0.32 | 0.72 |
| Hex | A3 | CE | A0 | 15 | 0 | 16 | 13 | 74 | 20 | 48 |
| Octal | 243 | 316 | 240 | 25 | 0 | 26 | 23 | 164 | 40 | 110 |
| Binary | 10100011 | 11001110 | 10100000 | 10101 | 0 | 10110 | 10011 | 1110100 | 100000 | 1001000 |
Color Harmonies of #A3CEA0
Complementary color
Monochromatic Colors of #A3CEA0
Black with #A3CEA0
Text Example
Text Example
White with #A3CEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CEA0; }
p { color: rgb(163,206,160); }
H1.HeaderClassName
{
color: #A3CEA0;
}
.AnyTagClassName
{
color: #A3CEA0;
}
</style>
background-color css
<style>
a { background-color: #A3CEA0; }
a { background-color: rgb(163,206,160); }
div.DivClassName
{
background-color: #A3CEA0;
}
.BgClassName
{
background-color: #A3CEA0;
}
</style>
border-color css
<style>
span { border-color: #A3CEA0; }
span { border-color: rgb(163,206,160); }
td.TdClassName
{
border-color: #A3CEA0;
}
.TagClassName
{
border-color: #A3CEA0;
}
</style>