Shades of Spring Rain #A0C298
Tints of Spring Rain #A0C298
RGB
CMYK
RGB Variations
Color information
#A0C298 (or 0xA0C298) is known color: Spring Rain. HEX triplet: A0, C2 and 98. RGB value is (160,194,152). Sum of RGB (Red+Green+Blue) = 160+194+152=506 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.62% from 506); Green value is 194 (76.17% from 255 or 38.34% from 506); Blue value is 152 (59.77% from 255 or 30.04% from 506); Max value from RGB is 194 - color contains mainly: green. Hex color #A0C298 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C298 is #5F3D67. Grayscale: #B3B3B3. Windows color (decimal): -6241640 or 10011296. OLE color: 10011296.
HSL color Cylindrical-coordinate representation of color #A0C298: hue angle of 108.57º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A0C298 is Cyan = 0.18, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 194 | 152 | - |
| CMYK | 0.18 | 0 | 0.22 | 0.24 |
| HSL | 108.57º | 0.26% | 0.68% | - |
| HSV(B) | 108.57º | 0.22% | 0.76% | - |
| XYZ | 39.46 | 48.32 | 36.95 | - |
| YUV | 179.05 | 112.74 | 114.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 194 | 152 | 0.18 | 0 | 0.22 | 0.24 | 108.57 | 0.26 | 0.68 |
| Hex | A0 | C2 | 98 | 12 | 0 | 16 | 18 | 6D | 1A | 44 |
| Octal | 240 | 302 | 230 | 22 | 0 | 26 | 30 | 155 | 32 | 104 |
| Binary | 10100000 | 11000010 | 10011000 | 10010 | 0 | 10110 | 11000 | 1101101 | 11010 | 1000100 |
Color Harmonies of #A0C298
Complementary color
Monochromatic Colors of #A0C298
Black with #A0C298
Text Example
Text Example
White with #A0C298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C298; }
p { color: rgb(160,194,152); }
H1.HeaderClassName
{
color: #A0C298;
}
.AnyTagClassName
{
color: #A0C298;
}
</style>
background-color css
<style>
a { background-color: #A0C298; }
a { background-color: rgb(160,194,152); }
div.DivClassName
{
background-color: #A0C298;
}
.BgClassName
{
background-color: #A0C298;
}
</style>
border-color css
<style>
span { border-color: #A0C298; }
span { border-color: rgb(160,194,152); }
td.TdClassName
{
border-color: #A0C298;
}
.TagClassName
{
border-color: #A0C298;
}
</style>