Shades of Spring Rain #A5C198
Tints of Spring Rain #A5C198
RGB
CMYK
RGB Variations
Color information
#A5C198 (or 0xA5C198) is known color: Spring Rain. HEX triplet: A5, C1 and 98. RGB value is (165,193,152). Sum of RGB (Red+Green+Blue) = 165+193+152=510 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.35% from 510); Green value is 193 (75.78% from 255 or 37.84% from 510); Blue value is 152 (59.77% from 255 or 29.80% from 510); Max value from RGB is 193 - color contains mainly: green. Hex color #A5C198 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C198 is #5A3E67. Grayscale: #B4B4B4. Windows color (decimal): -5914216 or 10011045. OLE color: 10011045.
HSL color Cylindrical-coordinate representation of color #A5C198: hue angle of 100.98º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A5C198 is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 165 | 193 | 152 | - |
| CMYK | 0.15 | 0 | 0.21 | 0.24 |
| HSL | 100.98º | 0.25% | 0.68% | - |
| HSV(B) | 100.98º | 0.21% | 0.76% | - |
| XYZ | 40.25 | 48.41 | 36.93 | - |
| YUV | 179.95 | 112.22 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 193 | 152 | 0.15 | 0 | 0.21 | 0.24 | 100.98 | 0.25 | 0.68 |
| Hex | A5 | C1 | 98 | F | 0 | 15 | 18 | 65 | 19 | 44 |
| Octal | 245 | 301 | 230 | 17 | 0 | 25 | 30 | 145 | 31 | 104 |
| Binary | 10100101 | 11000001 | 10011000 | 1111 | 0 | 10101 | 11000 | 1100101 | 11001 | 1000100 |
Color Harmonies of #A5C198
Complementary color
Monochromatic Colors of #A5C198
Black with #A5C198
Text Example
Text Example
White with #A5C198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C198; }
p { color: rgb(165,193,152); }
H1.HeaderClassName
{
color: #A5C198;
}
.AnyTagClassName
{
color: #A5C198;
}
</style>
background-color css
<style>
a { background-color: #A5C198; }
a { background-color: rgb(165,193,152); }
div.DivClassName
{
background-color: #A5C198;
}
.BgClassName
{
background-color: #A5C198;
}
</style>
border-color css
<style>
span { border-color: #A5C198; }
span { border-color: rgb(165,193,152); }
td.TdClassName
{
border-color: #A5C198;
}
.TagClassName
{
border-color: #A5C198;
}
</style>