Shades of Spring Rain #9AC08D
Tints of Spring Rain #9AC08D
RGB
CMYK
RGB Variations
Color information
#9AC08D (or 0x9AC08D) is known color: Spring Rain. HEX triplet: 9A, C0 and 8D. RGB value is (154,192,141). Sum of RGB (Red+Green+Blue) = 154+192+141=487 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.62% from 487); Green value is 192 (75.39% from 255 or 39.43% from 487); Blue value is 141 (55.47% from 255 or 28.95% from 487); Max value from RGB is 192 - color contains mainly: green. Hex color #9AC08D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AC08D is #653F72. Grayscale: #AEAEAE. Windows color (decimal): -6635379 or 9289882. OLE color: 9289882.
HSL color Cylindrical-coordinate representation of color #9AC08D: hue angle of 104.71º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9AC08D is Cyan = 0.20, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 192 | 141 | - |
| CMYK | 0.20 | 0 | 0.27 | 0.25 |
| HSL | 104.71º | 0.29% | 0.65% | - |
| HSV(B) | 104.71º | 0.27% | 0.75% | - |
| XYZ | 36.98 | 46.49 | 32.22 | - |
| YUV | 174.82 | 108.91 | 113.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 192 | 141 | 0.20 | 0 | 0.27 | 0.25 | 104.71 | 0.29 | 0.65 |
| Hex | 9A | C0 | 8D | 14 | 0 | 1B | 19 | 69 | 1D | 41 |
| Octal | 232 | 300 | 215 | 24 | 0 | 33 | 31 | 151 | 35 | 101 |
| Binary | 10011010 | 11000000 | 10001101 | 10100 | 0 | 11011 | 11001 | 1101001 | 11101 | 1000001 |
Color Harmonies of #9AC08D
Complementary color
Monochromatic Colors of #9AC08D
Black with #9AC08D
Text Example
Text Example
White with #9AC08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC08D; }
p { color: rgb(154,192,141); }
H1.HeaderClassName
{
color: #9AC08D;
}
.AnyTagClassName
{
color: #9AC08D;
}
</style>
background-color css
<style>
a { background-color: #9AC08D; }
a { background-color: rgb(154,192,141); }
div.DivClassName
{
background-color: #9AC08D;
}
.BgClassName
{
background-color: #9AC08D;
}
</style>
border-color css
<style>
span { border-color: #9AC08D; }
span { border-color: rgb(154,192,141); }
td.TdClassName
{
border-color: #9AC08D;
}
.TagClassName
{
border-color: #9AC08D;
}
</style>