Shades of Spring Rain #A7CF99
Tints of Spring Rain #A7CF99
RGB
CMYK
RGB Variations
Color information
#A7CF99 (or 0xA7CF99) is known color: Spring Rain. HEX triplet: A7, CF and 99. RGB value is (167,207,153). Sum of RGB (Red+Green+Blue) = 167+207+153=527 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.69% from 527); Green value is 207 (81.25% from 255 or 39.28% from 527); Blue value is 153 (60.16% from 255 or 29.03% from 527); Max value from RGB is 207 - color contains mainly: green. Hex color #A7CF99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7CF99 is #583066. Grayscale: #BDBDBD. Windows color (decimal): -5779559 or 10080167. OLE color: 10080167.
HSL color Cylindrical-coordinate representation of color #A7CF99: hue angle of 104.44º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A7CF99 is Cyan = 0.19, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 167 | 207 | 153 | - |
| CMYK | 0.19 | 0 | 0.26 | 0.19 |
| HSL | 104.44º | 0.36% | 0.71% | - |
| HSV(B) | 104.44º | 0.26% | 0.81% | - |
| XYZ | 44 | 55.14 | 38.46 | - |
| YUV | 188.88 | 107.75 | 112.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 207 | 153 | 0.19 | 0 | 0.26 | 0.19 | 104.44 | 0.36 | 0.71 |
| Hex | A7 | CF | 99 | 13 | 0 | 1A | 13 | 68 | 24 | 47 |
| Octal | 247 | 317 | 231 | 23 | 0 | 32 | 23 | 150 | 44 | 107 |
| Binary | 10100111 | 11001111 | 10011001 | 10011 | 0 | 11010 | 10011 | 1101000 | 100100 | 1000111 |
Color Harmonies of #A7CF99
Complementary color
Monochromatic Colors of #A7CF99
Black with #A7CF99
Text Example
Text Example
White with #A7CF99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7CF99; }
p { color: rgb(167,207,153); }
H1.HeaderClassName
{
color: #A7CF99;
}
.AnyTagClassName
{
color: #A7CF99;
}
</style>
background-color css
<style>
a { background-color: #A7CF99; }
a { background-color: rgb(167,207,153); }
div.DivClassName
{
background-color: #A7CF99;
}
.BgClassName
{
background-color: #A7CF99;
}
</style>
border-color css
<style>
span { border-color: #A7CF99; }
span { border-color: rgb(167,207,153); }
td.TdClassName
{
border-color: #A7CF99;
}
.TagClassName
{
border-color: #A7CF99;
}
</style>