Shades of Spring Rain #A5C096
Tints of Spring Rain #A5C096
RGB
CMYK
RGB Variations
Color information
#A5C096 (or 0xA5C096) is known color: Spring Rain. HEX triplet: A5, C0 and 96. RGB value is (165,192,150). Sum of RGB (Red+Green+Blue) = 165+192+150=507 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.54% from 507); Green value is 192 (75.39% from 255 or 37.87% from 507); Blue value is 150 (58.98% from 255 or 29.59% from 507); Max value from RGB is 192 - color contains mainly: green. Hex color #A5C096 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C096 is #5A3F69. Grayscale: #B3B3B3. Windows color (decimal): -5914474 or 9879717. OLE color: 9879717.
HSL color Cylindrical-coordinate representation of color #A5C096: hue angle of 98.57º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A5C096 is Cyan = 0.14, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 165 | 192 | 150 | - |
| CMYK | 0.14 | 0 | 0.22 | 0.25 |
| HSL | 98.57º | 0.25% | 0.67% | - |
| HSV(B) | 98.57º | 0.22% | 0.75% | - |
| XYZ | 39.87 | 47.9 | 36 | - |
| YUV | 179.14 | 111.55 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 192 | 150 | 0.14 | 0 | 0.22 | 0.25 | 98.57 | 0.25 | 0.67 |
| Hex | A5 | C0 | 96 | E | 0 | 16 | 19 | 63 | 19 | 43 |
| Octal | 245 | 300 | 226 | 16 | 0 | 26 | 31 | 143 | 31 | 103 |
| Binary | 10100101 | 11000000 | 10010110 | 1110 | 0 | 10110 | 11001 | 1100011 | 11001 | 1000011 |
Color Harmonies of #A5C096
Complementary color
Monochromatic Colors of #A5C096
Black with #A5C096
Text Example
Text Example
White with #A5C096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C096; }
p { color: rgb(165,192,150); }
H1.HeaderClassName
{
color: #A5C096;
}
.AnyTagClassName
{
color: #A5C096;
}
</style>
background-color css
<style>
a { background-color: #A5C096; }
a { background-color: rgb(165,192,150); }
div.DivClassName
{
background-color: #A5C096;
}
.BgClassName
{
background-color: #A5C096;
}
</style>
border-color css
<style>
span { border-color: #A5C096; }
span { border-color: rgb(165,192,150); }
td.TdClassName
{
border-color: #A5C096;
}
.TagClassName
{
border-color: #A5C096;
}
</style>