Shades of Spring Rain #A0CA9D
Tints of Spring Rain #A0CA9D
RGB
CMYK
RGB Variations
Color information
#A0CA9D (or 0xA0CA9D) is known color: Spring Rain. HEX triplet: A0, CA and 9D. RGB value is (160,202,157). Sum of RGB (Red+Green+Blue) = 160+202+157=519 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.83% from 519); Green value is 202 (79.30% from 255 or 38.92% from 519); Blue value is 157 (61.72% from 255 or 30.25% from 519); Max value from RGB is 202 - color contains mainly: green. Hex color #A0CA9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CA9D is #5F3562. Grayscale: #B8B8B8. Windows color (decimal): -6239587 or 10341024. OLE color: 10341024.
HSL color Cylindrical-coordinate representation of color #A0CA9D: hue angle of 116º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A0CA9D is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 202 | 157 | - |
| CMYK | 0.21 | 0 | 0.22 | 0.21 |
| HSL | 116º | 0.3% | 0.7% | - |
| HSV(B) | 116º | 0.22% | 0.79% | - |
| XYZ | 41.7 | 52.15 | 39.77 | - |
| YUV | 184.31 | 112.59 | 110.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 202 | 157 | 0.21 | 0 | 0.22 | 0.21 | 116 | 0.3 | 0.7 |
| Hex | A0 | CA | 9D | 15 | 0 | 16 | 15 | 74 | 1E | 46 |
| Octal | 240 | 312 | 235 | 25 | 0 | 26 | 25 | 164 | 36 | 106 |
| Binary | 10100000 | 11001010 | 10011101 | 10101 | 0 | 10110 | 10101 | 1110100 | 11110 | 1000110 |
Color Harmonies of #A0CA9D
Complementary color
Monochromatic Colors of #A0CA9D
Black with #A0CA9D
Text Example
Text Example
White with #A0CA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CA9D; }
p { color: rgb(160,202,157); }
H1.HeaderClassName
{
color: #A0CA9D;
}
.AnyTagClassName
{
color: #A0CA9D;
}
</style>
background-color css
<style>
a { background-color: #A0CA9D; }
a { background-color: rgb(160,202,157); }
div.DivClassName
{
background-color: #A0CA9D;
}
.BgClassName
{
background-color: #A0CA9D;
}
</style>
border-color css
<style>
span { border-color: #A0CA9D; }
span { border-color: rgb(160,202,157); }
td.TdClassName
{
border-color: #A0CA9D;
}
.TagClassName
{
border-color: #A0CA9D;
}
</style>