Shades of Spring Rain #A4C296
Tints of Spring Rain #A4C296
RGB
CMYK
RGB Variations
Color information
#A4C296 (or 0xA4C296) is known color: Spring Rain. HEX triplet: A4, C2 and 96. RGB value is (164,194,150). Sum of RGB (Red+Green+Blue) = 164+194+150=508 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.28% from 508); Green value is 194 (76.17% from 255 or 38.19% from 508); Blue value is 150 (58.98% from 255 or 29.53% from 508); Max value from RGB is 194 - color contains mainly: green. Hex color #A4C296 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4C296 is #5B3D69. Grayscale: #B4B4B4. Windows color (decimal): -5979498 or 9880228. OLE color: 9880228.
HSL color Cylindrical-coordinate representation of color #A4C296: hue angle of 100.91º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A4C296 is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 164 | 194 | 150 | - |
| CMYK | 0.15 | 0 | 0.23 | 0.24 |
| HSL | 100.91º | 0.27% | 0.67% | - |
| HSV(B) | 100.91º | 0.23% | 0.76% | - |
| XYZ | 40.11 | 48.68 | 36.14 | - |
| YUV | 180.01 | 111.06 | 116.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 194 | 150 | 0.15 | 0 | 0.23 | 0.24 | 100.91 | 0.27 | 0.67 |
| Hex | A4 | C2 | 96 | F | 0 | 17 | 18 | 65 | 1B | 43 |
| Octal | 244 | 302 | 226 | 17 | 0 | 27 | 30 | 145 | 33 | 103 |
| Binary | 10100100 | 11000010 | 10010110 | 1111 | 0 | 10111 | 11000 | 1100101 | 11011 | 1000011 |
Color Harmonies of #A4C296
Complementary color
Monochromatic Colors of #A4C296
Black with #A4C296
Text Example
Text Example
White with #A4C296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C296; }
p { color: rgb(164,194,150); }
H1.HeaderClassName
{
color: #A4C296;
}
.AnyTagClassName
{
color: #A4C296;
}
</style>
background-color css
<style>
a { background-color: #A4C296; }
a { background-color: rgb(164,194,150); }
div.DivClassName
{
background-color: #A4C296;
}
.BgClassName
{
background-color: #A4C296;
}
</style>
border-color css
<style>
span { border-color: #A4C296; }
span { border-color: rgb(164,194,150); }
td.TdClassName
{
border-color: #A4C296;
}
.TagClassName
{
border-color: #A4C296;
}
</style>