Shades of Spring Rain #A5C999
Tints of Spring Rain #A5C999
RGB
CMYK
RGB Variations
Color information
#A5C999 (or 0xA5C999) is known color: Spring Rain. HEX triplet: A5, C9 and 99. RGB value is (165,201,153). Sum of RGB (Red+Green+Blue) = 165+201+153=519 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.79% from 519); Green value is 201 (78.91% from 255 or 38.73% from 519); Blue value is 153 (60.16% from 255 or 29.48% from 519); Max value from RGB is 201 - color contains mainly: green. Hex color #A5C999 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C999 is #5A3666. Grayscale: #B8B8B8. Windows color (decimal): -5912167 or 10078629. OLE color: 10078629.
HSL color Cylindrical-coordinate representation of color #A5C999: hue angle of 105º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A5C999 is Cyan = 0.18, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 165 | 201 | 153 | - |
| CMYK | 0.18 | 0 | 0.24 | 0.21 |
| HSL | 105º | 0.31% | 0.69% | - |
| HSV(B) | 105º | 0.24% | 0.79% | - |
| XYZ | 42.15 | 52.07 | 37.97 | - |
| YUV | 184.76 | 110.07 | 113.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 201 | 153 | 0.18 | 0 | 0.24 | 0.21 | 105 | 0.31 | 0.69 |
| Hex | A5 | C9 | 99 | 12 | 0 | 18 | 15 | 69 | 1F | 45 |
| Octal | 245 | 311 | 231 | 22 | 0 | 30 | 25 | 151 | 37 | 105 |
| Binary | 10100101 | 11001001 | 10011001 | 10010 | 0 | 11000 | 10101 | 1101001 | 11111 | 1000101 |
Color Harmonies of #A5C999
Complementary color
Monochromatic Colors of #A5C999
Black with #A5C999
Text Example
Text Example
White with #A5C999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C999; }
p { color: rgb(165,201,153); }
H1.HeaderClassName
{
color: #A5C999;
}
.AnyTagClassName
{
color: #A5C999;
}
</style>
background-color css
<style>
a { background-color: #A5C999; }
a { background-color: rgb(165,201,153); }
div.DivClassName
{
background-color: #A5C999;
}
.BgClassName
{
background-color: #A5C999;
}
</style>
border-color css
<style>
span { border-color: #A5C999; }
span { border-color: rgb(165,201,153); }
td.TdClassName
{
border-color: #A5C999;
}
.TagClassName
{
border-color: #A5C999;
}
</style>