Shades of Spring Rain #A5C098
Tints of Spring Rain #A5C098
RGB
CMYK
RGB Variations
Color information
#A5C098 (or 0xA5C098) is known color: Spring Rain. HEX triplet: A5, C0 and 98. RGB value is (165,192,152). Sum of RGB (Red+Green+Blue) = 165+192+152=509 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.42% from 509); Green value is 192 (75.39% from 255 or 37.72% from 509); Blue value is 152 (59.77% from 255 or 29.86% from 509); Max value from RGB is 192 - color contains mainly: green. Hex color #A5C098 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C098 is #5A3F67. Grayscale: #B3B3B3. Windows color (decimal): -5914472 or 10010789. OLE color: 10010789.
HSL color Cylindrical-coordinate representation of color #A5C098: hue angle of 100.5º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A5C098 is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 165 | 192 | 152 | - |
| CMYK | 0.14 | 0 | 0.21 | 0.25 |
| HSL | 100.5º | 0.24% | 0.67% | - |
| HSV(B) | 100.5º | 0.21% | 0.75% | - |
| XYZ | 40.03 | 47.97 | 36.85 | - |
| YUV | 179.37 | 112.55 | 117.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 192 | 152 | 0.14 | 0 | 0.21 | 0.25 | 100.5 | 0.24 | 0.67 |
| Hex | A5 | C0 | 98 | E | 0 | 15 | 19 | 64 | 18 | 43 |
| Octal | 245 | 300 | 230 | 16 | 0 | 25 | 31 | 144 | 30 | 103 |
| Binary | 10100101 | 11000000 | 10011000 | 1110 | 0 | 10101 | 11001 | 1100100 | 11000 | 1000011 |
Color Harmonies of #A5C098
Complementary color
Monochromatic Colors of #A5C098
Black with #A5C098
Text Example
Text Example
White with #A5C098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C098; }
p { color: rgb(165,192,152); }
H1.HeaderClassName
{
color: #A5C098;
}
.AnyTagClassName
{
color: #A5C098;
}
</style>
background-color css
<style>
a { background-color: #A5C098; }
a { background-color: rgb(165,192,152); }
div.DivClassName
{
background-color: #A5C098;
}
.BgClassName
{
background-color: #A5C098;
}
</style>
border-color css
<style>
span { border-color: #A5C098; }
span { border-color: rgb(165,192,152); }
td.TdClassName
{
border-color: #A5C098;
}
.TagClassName
{
border-color: #A5C098;
}
</style>