Shades of Spring Rain #A8CD9B
Tints of Spring Rain #A8CD9B
RGB
CMYK
RGB Variations
Color information
#A8CD9B (or 0xA8CD9B) is known color: Spring Rain. HEX triplet: A8, CD and 9B. RGB value is (168,205,155). Sum of RGB (Red+Green+Blue) = 168+205+155=528 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.82% from 528); Green value is 205 (80.47% from 255 or 38.83% from 528); Blue value is 155 (60.94% from 255 or 29.36% from 528); Max value from RGB is 205 - color contains mainly: green. Hex color #A8CD9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CD9B is #573264. Grayscale: #BCBCBC. Windows color (decimal): -5714533 or 10210728. OLE color: 10210728.
HSL color Cylindrical-coordinate representation of color #A8CD9B: hue angle of 104.4º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A8CD9B is Cyan = 0.18, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 205 | 155 | - |
| CMYK | 0.18 | 0 | 0.24 | 0.20 |
| HSL | 104.4º | 0.33% | 0.71% | - |
| HSV(B) | 104.4º | 0.24% | 0.8% | - |
| XYZ | 43.9 | 54.35 | 39.19 | - |
| YUV | 188.24 | 109.24 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 205 | 155 | 0.18 | 0 | 0.24 | 0.20 | 104.4 | 0.33 | 0.71 |
| Hex | A8 | CD | 9B | 12 | 0 | 18 | 14 | 68 | 21 | 47 |
| Octal | 250 | 315 | 233 | 22 | 0 | 30 | 24 | 150 | 41 | 107 |
| Binary | 10101000 | 11001101 | 10011011 | 10010 | 0 | 11000 | 10100 | 1101000 | 100001 | 1000111 |
Color Harmonies of #A8CD9B
Complementary color
Monochromatic Colors of #A8CD9B
Black with #A8CD9B
Text Example
Text Example
White with #A8CD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CD9B; }
p { color: rgb(168,205,155); }
H1.HeaderClassName
{
color: #A8CD9B;
}
.AnyTagClassName
{
color: #A8CD9B;
}
</style>
background-color css
<style>
a { background-color: #A8CD9B; }
a { background-color: rgb(168,205,155); }
div.DivClassName
{
background-color: #A8CD9B;
}
.BgClassName
{
background-color: #A8CD9B;
}
</style>
border-color css
<style>
span { border-color: #A8CD9B; }
span { border-color: rgb(168,205,155); }
td.TdClassName
{
border-color: #A8CD9B;
}
.TagClassName
{
border-color: #A8CD9B;
}
</style>