Shades of Spring Rain #A4C094
Tints of Spring Rain #A4C094
RGB
CMYK
RGB Variations
Color information
#A4C094 (or 0xA4C094) is known color: Spring Rain. HEX triplet: A4, C0 and 94. RGB value is (164,192,148). Sum of RGB (Red+Green+Blue) = 164+192+148=504 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.54% from 504); Green value is 192 (75.39% from 255 or 38.10% from 504); Blue value is 148 (58.20% from 255 or 29.37% from 504); Max value from RGB is 192 - color contains mainly: green. Hex color #A4C094 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4C094 is #5B3F6B. Grayscale: #B2B2B2. Windows color (decimal): -5980012 or 9748644. OLE color: 9748644.
HSL color Cylindrical-coordinate representation of color #A4C094: hue angle of 98.18º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A4C094 is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 164 | 192 | 148 | - |
| CMYK | 0.15 | 0 | 0.23 | 0.25 |
| HSL | 98.18º | 0.26% | 0.67% | - |
| HSV(B) | 98.18º | 0.23% | 0.75% | - |
| XYZ | 39.5 | 47.73 | 35.15 | - |
| YUV | 178.61 | 110.72 | 117.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 192 | 148 | 0.15 | 0 | 0.23 | 0.25 | 98.18 | 0.26 | 0.67 |
| Hex | A4 | C0 | 94 | F | 0 | 17 | 19 | 62 | 1A | 43 |
| Octal | 244 | 300 | 224 | 17 | 0 | 27 | 31 | 142 | 32 | 103 |
| Binary | 10100100 | 11000000 | 10010100 | 1111 | 0 | 10111 | 11001 | 1100010 | 11010 | 1000011 |
Color Harmonies of #A4C094
Complementary color
Monochromatic Colors of #A4C094
Black with #A4C094
Text Example
Text Example
White with #A4C094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C094; }
p { color: rgb(164,192,148); }
H1.HeaderClassName
{
color: #A4C094;
}
.AnyTagClassName
{
color: #A4C094;
}
</style>
background-color css
<style>
a { background-color: #A4C094; }
a { background-color: rgb(164,192,148); }
div.DivClassName
{
background-color: #A4C094;
}
.BgClassName
{
background-color: #A4C094;
}
</style>
border-color css
<style>
span { border-color: #A4C094; }
span { border-color: rgb(164,192,148); }
td.TdClassName
{
border-color: #A4C094;
}
.TagClassName
{
border-color: #A4C094;
}
</style>