Shades of Spring Rain #A5C593
Tints of Spring Rain #A5C593
RGB
CMYK
RGB Variations
Color information
#A5C593 (or 0xA5C593) is known color: Spring Rain. HEX triplet: A5, C5 and 93. RGB value is (165,197,147). Sum of RGB (Red+Green+Blue) = 165+197+147=509 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.42% from 509); Green value is 197 (77.34% from 255 or 38.70% from 509); Blue value is 147 (57.81% from 255 or 28.88% from 509); Max value from RGB is 197 - color contains mainly: green. Hex color #A5C593 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C593 is #5A3A6C. Grayscale: #B5B5B5. Windows color (decimal): -5913197 or 9684389. OLE color: 9684389.
HSL color Cylindrical-coordinate representation of color #A5C593: hue angle of 98.4º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A5C593 is Cyan = 0.16, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 165 | 197 | 147 | - |
| CMYK | 0.16 | 0 | 0.25 | 0.23 |
| HSL | 98.4º | 0.3% | 0.67% | - |
| HSV(B) | 98.4º | 0.25% | 0.77% | - |
| XYZ | 40.75 | 50.04 | 35.11 | - |
| YUV | 181.73 | 108.4 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 197 | 147 | 0.16 | 0 | 0.25 | 0.23 | 98.4 | 0.3 | 0.67 |
| Hex | A5 | C5 | 93 | 10 | 0 | 19 | 17 | 62 | 1E | 43 |
| Octal | 245 | 305 | 223 | 20 | 0 | 31 | 27 | 142 | 36 | 103 |
| Binary | 10100101 | 11000101 | 10010011 | 10000 | 0 | 11001 | 10111 | 1100010 | 11110 | 1000011 |
Color Harmonies of #A5C593
Complementary color
Monochromatic Colors of #A5C593
Black with #A5C593
Text Example
Text Example
White with #A5C593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C593; }
p { color: rgb(165,197,147); }
H1.HeaderClassName
{
color: #A5C593;
}
.AnyTagClassName
{
color: #A5C593;
}
</style>
background-color css
<style>
a { background-color: #A5C593; }
a { background-color: rgb(165,197,147); }
div.DivClassName
{
background-color: #A5C593;
}
.BgClassName
{
background-color: #A5C593;
}
</style>
border-color css
<style>
span { border-color: #A5C593; }
span { border-color: rgb(165,197,147); }
td.TdClassName
{
border-color: #A5C593;
}
.TagClassName
{
border-color: #A5C593;
}
</style>