Shades of Spring Rain #A3CA9A
Tints of Spring Rain #A3CA9A
RGB
CMYK
RGB Variations
Color information
#A3CA9A (or 0xA3CA9A) is known color: Spring Rain. HEX triplet: A3, CA and 9A. RGB value is (163,202,154). Sum of RGB (Red+Green+Blue) = 163+202+154=519 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.41% from 519); Green value is 202 (79.30% from 255 or 38.92% from 519); Blue value is 154 (60.55% from 255 or 29.67% from 519); Max value from RGB is 202 - color contains mainly: green. Hex color #A3CA9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3CA9A is #5C3565. Grayscale: #B9B9B9. Windows color (decimal): -6042982 or 10144419. OLE color: 10144419.
HSL color Cylindrical-coordinate representation of color #A3CA9A: hue angle of 108.75º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A3CA9A is Cyan = 0.19, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 202 | 154 | - |
| CMYK | 0.19 | 0 | 0.24 | 0.21 |
| HSL | 108.75º | 0.31% | 0.7% | - |
| HSV(B) | 108.75º | 0.24% | 0.79% | - |
| XYZ | 42.06 | 52.36 | 38.46 | - |
| YUV | 184.87 | 110.58 | 112.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 202 | 154 | 0.19 | 0 | 0.24 | 0.21 | 108.75 | 0.31 | 0.7 |
| Hex | A3 | CA | 9A | 13 | 0 | 18 | 15 | 6D | 1F | 46 |
| Octal | 243 | 312 | 232 | 23 | 0 | 30 | 25 | 155 | 37 | 106 |
| Binary | 10100011 | 11001010 | 10011010 | 10011 | 0 | 11000 | 10101 | 1101101 | 11111 | 1000110 |
Color Harmonies of #A3CA9A
Complementary color
Monochromatic Colors of #A3CA9A
Black with #A3CA9A
Text Example
Text Example
White with #A3CA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CA9A; }
p { color: rgb(163,202,154); }
H1.HeaderClassName
{
color: #A3CA9A;
}
.AnyTagClassName
{
color: #A3CA9A;
}
</style>
background-color css
<style>
a { background-color: #A3CA9A; }
a { background-color: rgb(163,202,154); }
div.DivClassName
{
background-color: #A3CA9A;
}
.BgClassName
{
background-color: #A3CA9A;
}
</style>
border-color css
<style>
span { border-color: #A3CA9A; }
span { border-color: rgb(163,202,154); }
td.TdClassName
{
border-color: #A3CA9A;
}
.TagClassName
{
border-color: #A3CA9A;
}
</style>