Shades of Spring Rain #A6C99F
Tints of Spring Rain #A6C99F
RGB
CMYK
RGB Variations
Color information
#A6C99F (or 0xA6C99F) is known color: Spring Rain. HEX triplet: A6, C9 and 9F. RGB value is (166,201,159). Sum of RGB (Red+Green+Blue) = 166+201+159=526 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.56% from 526); Green value is 201 (78.91% from 255 or 38.21% from 526); Blue value is 159 (62.5% from 255 or 30.23% from 526); Max value from RGB is 201 - color contains mainly: green. Hex color #A6C99F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C99F is #593660. Grayscale: #B9B9B9. Windows color (decimal): -5846625 or 10471846. OLE color: 10471846.
HSL color Cylindrical-coordinate representation of color #A6C99F: hue angle of 110º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A6C99F is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 166 | 201 | 159 | - |
| CMYK | 0.17 | 0 | 0.21 | 0.21 |
| HSL | 110º | 0.28% | 0.71% | - |
| HSV(B) | 110º | 0.21% | 0.79% | - |
| XYZ | 42.87 | 52.38 | 40.65 | - |
| YUV | 185.75 | 112.9 | 113.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 201 | 159 | 0.17 | 0 | 0.21 | 0.21 | 110 | 0.28 | 0.71 |
| Hex | A6 | C9 | 9F | 11 | 0 | 15 | 15 | 6E | 1C | 47 |
| Octal | 246 | 311 | 237 | 21 | 0 | 25 | 25 | 156 | 34 | 107 |
| Binary | 10100110 | 11001001 | 10011111 | 10001 | 0 | 10101 | 10101 | 1101110 | 11100 | 1000111 |
Color Harmonies of #A6C99F
Complementary color
Monochromatic Colors of #A6C99F
Black with #A6C99F
Text Example
Text Example
White with #A6C99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C99F; }
p { color: rgb(166,201,159); }
H1.HeaderClassName
{
color: #A6C99F;
}
.AnyTagClassName
{
color: #A6C99F;
}
</style>
background-color css
<style>
a { background-color: #A6C99F; }
a { background-color: rgb(166,201,159); }
div.DivClassName
{
background-color: #A6C99F;
}
.BgClassName
{
background-color: #A6C99F;
}
</style>
border-color css
<style>
span { border-color: #A6C99F; }
span { border-color: rgb(166,201,159); }
td.TdClassName
{
border-color: #A6C99F;
}
.TagClassName
{
border-color: #A6C99F;
}
</style>