Shades of Spring Rain #A4CA96
Tints of Spring Rain #A4CA96
RGB
CMYK
RGB Variations
Color information
#A4CA96 (or 0xA4CA96) is known color: Spring Rain. HEX triplet: A4, CA and 96. RGB value is (164,202,150). Sum of RGB (Red+Green+Blue) = 164+202+150=516 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.78% from 516); Green value is 202 (79.30% from 255 or 39.15% from 516); Blue value is 150 (58.98% from 255 or 29.07% from 516); Max value from RGB is 202 - color contains mainly: green. Hex color #A4CA96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4CA96 is #5B3569. Grayscale: #B8B8B8. Windows color (decimal): -5977450 or 9882276. OLE color: 9882276.
HSL color Cylindrical-coordinate representation of color #A4CA96: hue angle of 103.85º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A4CA96 is Cyan = 0.19, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 164 | 202 | 150 | - |
| CMYK | 0.19 | 0 | 0.26 | 0.21 |
| HSL | 103.85º | 0.33% | 0.69% | - |
| HSV(B) | 103.85º | 0.26% | 0.79% | - |
| XYZ | 41.94 | 52.34 | 36.75 | - |
| YUV | 184.71 | 108.41 | 113.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 202 | 150 | 0.19 | 0 | 0.26 | 0.21 | 103.85 | 0.33 | 0.69 |
| Hex | A4 | CA | 96 | 13 | 0 | 1A | 15 | 68 | 21 | 45 |
| Octal | 244 | 312 | 226 | 23 | 0 | 32 | 25 | 150 | 41 | 105 |
| Binary | 10100100 | 11001010 | 10010110 | 10011 | 0 | 11010 | 10101 | 1101000 | 100001 | 1000101 |
Color Harmonies of #A4CA96
Complementary color
Monochromatic Colors of #A4CA96
Black with #A4CA96
Text Example
Text Example
White with #A4CA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CA96; }
p { color: rgb(164,202,150); }
H1.HeaderClassName
{
color: #A4CA96;
}
.AnyTagClassName
{
color: #A4CA96;
}
</style>
background-color css
<style>
a { background-color: #A4CA96; }
a { background-color: rgb(164,202,150); }
div.DivClassName
{
background-color: #A4CA96;
}
.BgClassName
{
background-color: #A4CA96;
}
</style>
border-color css
<style>
span { border-color: #A4CA96; }
span { border-color: rgb(164,202,150); }
td.TdClassName
{
border-color: #A4CA96;
}
.TagClassName
{
border-color: #A4CA96;
}
</style>