Shades of Spring Rain #A7C399
Tints of Spring Rain #A7C399
RGB
CMYK
RGB Variations
Color information
#A7C399 (or 0xA7C399) is known color: Spring Rain. HEX triplet: A7, C3 and 99. RGB value is (167,195,153). Sum of RGB (Red+Green+Blue) = 167+195+153=515 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.43% from 515); Green value is 195 (76.56% from 255 or 37.86% from 515); Blue value is 153 (60.16% from 255 or 29.71% from 515); Max value from RGB is 195 - color contains mainly: green. Hex color #A7C399 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7C399 is #583C66. Grayscale: #B5B5B5. Windows color (decimal): -5782631 or 10077095. OLE color: 10077095.
HSL color Cylindrical-coordinate representation of color #A7C399: 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 #A7C399 is Cyan = 0.14, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 167 | 195 | 153 | - |
| CMYK | 0.14 | 0 | 0.22 | 0.24 |
| HSL | 100º | 0.26% | 0.68% | - |
| HSV(B) | 100º | 0.22% | 0.76% | - |
| XYZ | 41.2 | 49.55 | 37.53 | - |
| YUV | 181.84 | 111.72 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 195 | 153 | 0.14 | 0 | 0.22 | 0.24 | 100 | 0.26 | 0.68 |
| Hex | A7 | C3 | 99 | E | 0 | 16 | 18 | 64 | 1A | 44 |
| Octal | 247 | 303 | 231 | 16 | 0 | 26 | 30 | 144 | 32 | 104 |
| Binary | 10100111 | 11000011 | 10011001 | 1110 | 0 | 10110 | 11000 | 1100100 | 11010 | 1000100 |
Color Harmonies of #A7C399
Complementary color
Monochromatic Colors of #A7C399
Black with #A7C399
Text Example
Text Example
White with #A7C399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7C399; }
p { color: rgb(167,195,153); }
H1.HeaderClassName
{
color: #A7C399;
}
.AnyTagClassName
{
color: #A7C399;
}
</style>
background-color css
<style>
a { background-color: #A7C399; }
a { background-color: rgb(167,195,153); }
div.DivClassName
{
background-color: #A7C399;
}
.BgClassName
{
background-color: #A7C399;
}
</style>
border-color css
<style>
span { border-color: #A7C399; }
span { border-color: rgb(167,195,153); }
td.TdClassName
{
border-color: #A7C399;
}
.TagClassName
{
border-color: #A7C399;
}
</style>