Shades of Spring Rain #A5CC9B
Tints of Spring Rain #A5CC9B
RGB
CMYK
RGB Variations
Color information
#A5CC9B (or 0xA5CC9B) is known color: Spring Rain. HEX triplet: A5, CC and 9B. RGB value is (165,204,155). Sum of RGB (Red+Green+Blue) = 165+204+155=524 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.49% from 524); Green value is 204 (80.08% from 255 or 38.93% from 524); Blue value is 155 (60.94% from 255 or 29.58% from 524); Max value from RGB is 204 - color contains mainly: green. Hex color #A5CC9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5CC9B is #5A3364. Grayscale: #BABABA. Windows color (decimal): -5911397 or 10210469. OLE color: 10210469.
HSL color Cylindrical-coordinate representation of color #A5CC9B: hue angle of 107.76º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A5CC9B is Cyan = 0.19, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 165 | 204 | 155 | - |
| CMYK | 0.19 | 0 | 0.24 | 0.2 |
| HSL | 107.76º | 0.32% | 0.7% | - |
| HSV(B) | 107.76º | 0.24% | 0.8% | - |
| XYZ | 43.03 | 53.55 | 39.08 | - |
| YUV | 186.75 | 110.08 | 112.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 204 | 155 | 0.19 | 0 | 0.24 | 0.2 | 107.76 | 0.32 | 0.7 |
| Hex | A5 | CC | 9B | 13 | 0 | 18 | 14 | 6C | 20 | 46 |
| Octal | 245 | 314 | 233 | 23 | 0 | 30 | 24 | 154 | 40 | 106 |
| Binary | 10100101 | 11001100 | 10011011 | 10011 | 0 | 11000 | 10100 | 1101100 | 100000 | 1000110 |
Color Harmonies of #A5CC9B
Complementary color
Monochromatic Colors of #A5CC9B
Black with #A5CC9B
Text Example
Text Example
White with #A5CC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CC9B; }
p { color: rgb(165,204,155); }
H1.HeaderClassName
{
color: #A5CC9B;
}
.AnyTagClassName
{
color: #A5CC9B;
}
</style>
background-color css
<style>
a { background-color: #A5CC9B; }
a { background-color: rgb(165,204,155); }
div.DivClassName
{
background-color: #A5CC9B;
}
.BgClassName
{
background-color: #A5CC9B;
}
</style>
border-color css
<style>
span { border-color: #A5CC9B; }
span { border-color: rgb(165,204,155); }
td.TdClassName
{
border-color: #A5CC9B;
}
.TagClassName
{
border-color: #A5CC9B;
}
</style>