Shades of Spring Rain #A6C298
Tints of Spring Rain #A6C298
RGB
CMYK
RGB Variations
Color information
#A6C298 (or 0xA6C298) is known color: Spring Rain. HEX triplet: A6, C2 and 98. RGB value is (166,194,152). Sum of RGB (Red+Green+Blue) = 166+194+152=512 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.42% from 512); Green value is 194 (76.17% from 255 or 37.89% from 512); Blue value is 152 (59.77% from 255 or 29.69% from 512); Max value from RGB is 194 - color contains mainly: green. Hex color #A6C298 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C298 is #593D67. Grayscale: #B4B4B4. Windows color (decimal): -5848424 or 10011302. OLE color: 10011302.
HSL color Cylindrical-coordinate representation of color #A6C298: hue angle of 100º 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 #A6C298 is Cyan = 0.14, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 166 | 194 | 152 | - |
| CMYK | 0.14 | 0 | 0.22 | 0.24 |
| HSL | 100º | 0.26% | 0.68% | - |
| HSV(B) | 100º | 0.22% | 0.76% | - |
| XYZ | 40.69 | 48.96 | 37.01 | - |
| YUV | 180.84 | 111.72 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 194 | 152 | 0.14 | 0 | 0.22 | 0.24 | 100 | 0.26 | 0.68 |
| Hex | A6 | C2 | 98 | E | 0 | 16 | 18 | 64 | 1A | 44 |
| Octal | 246 | 302 | 230 | 16 | 0 | 26 | 30 | 144 | 32 | 104 |
| Binary | 10100110 | 11000010 | 10011000 | 1110 | 0 | 10110 | 11000 | 1100100 | 11010 | 1000100 |
Color Harmonies of #A6C298
Complementary color
Monochromatic Colors of #A6C298
Black with #A6C298
Text Example
Text Example
White with #A6C298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C298; }
p { color: rgb(166,194,152); }
H1.HeaderClassName
{
color: #A6C298;
}
.AnyTagClassName
{
color: #A6C298;
}
</style>
background-color css
<style>
a { background-color: #A6C298; }
a { background-color: rgb(166,194,152); }
div.DivClassName
{
background-color: #A6C298;
}
.BgClassName
{
background-color: #A6C298;
}
</style>
border-color css
<style>
span { border-color: #A6C298; }
span { border-color: rgb(166,194,152); }
td.TdClassName
{
border-color: #A6C298;
}
.TagClassName
{
border-color: #A6C298;
}
</style>