Shades of Spring Rain #A8CC9B
Tints of Spring Rain #A8CC9B
RGB
CMYK
RGB Variations
Color information
#A8CC9B (or 0xA8CC9B) is known color: Spring Rain. HEX triplet: A8, CC and 9B. RGB value is (168,204,155). Sum of RGB (Red+Green+Blue) = 168+204+155=527 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.88% from 527); Green value is 204 (80.08% from 255 or 38.71% from 527); Blue value is 155 (60.94% from 255 or 29.41% from 527); Max value from RGB is 204 - color contains mainly: green. Hex color #A8CC9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CC9B is #573364. Grayscale: #BBBBBB. Windows color (decimal): -5714789 or 10210472. OLE color: 10210472.
HSL color Cylindrical-coordinate representation of color #A8CC9B: hue angle of 104.08º 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 #A8CC9B is Cyan = 0.18, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 168 | 204 | 155 | - |
| CMYK | 0.18 | 0 | 0.24 | 0.2 |
| HSL | 104.08º | 0.32% | 0.7% | - |
| HSV(B) | 104.08º | 0.24% | 0.8% | - |
| XYZ | 43.66 | 53.88 | 39.11 | - |
| YUV | 187.65 | 109.57 | 113.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 204 | 155 | 0.18 | 0 | 0.24 | 0.2 | 104.08 | 0.32 | 0.7 |
| Hex | A8 | CC | 9B | 12 | 0 | 18 | 14 | 68 | 20 | 46 |
| Octal | 250 | 314 | 233 | 22 | 0 | 30 | 24 | 150 | 40 | 106 |
| Binary | 10101000 | 11001100 | 10011011 | 10010 | 0 | 11000 | 10100 | 1101000 | 100000 | 1000110 |
Color Harmonies of #A8CC9B
Complementary color
Monochromatic Colors of #A8CC9B
Black with #A8CC9B
Text Example
Text Example
White with #A8CC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CC9B; }
p { color: rgb(168,204,155); }
H1.HeaderClassName
{
color: #A8CC9B;
}
.AnyTagClassName
{
color: #A8CC9B;
}
</style>
background-color css
<style>
a { background-color: #A8CC9B; }
a { background-color: rgb(168,204,155); }
div.DivClassName
{
background-color: #A8CC9B;
}
.BgClassName
{
background-color: #A8CC9B;
}
</style>
border-color css
<style>
span { border-color: #A8CC9B; }
span { border-color: rgb(168,204,155); }
td.TdClassName
{
border-color: #A8CC9B;
}
.TagClassName
{
border-color: #A8CC9B;
}
</style>