Shades of Spring Rain #9AC28C
Tints of Spring Rain #9AC28C
RGB
CMYK
RGB Variations
Color information
#9AC28C (or 0x9AC28C) is known color: Spring Rain. HEX triplet: 9A, C2 and 8C. RGB value is (154,194,140). Sum of RGB (Red+Green+Blue) = 154+194+140=488 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.56% from 488); Green value is 194 (76.17% from 255 or 39.75% from 488); Blue value is 140 (55.08% from 255 or 28.69% from 488); Max value from RGB is 194 - color contains mainly: green. Hex color #9AC28C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AC28C is #653D73. Grayscale: #B0B0B0. Windows color (decimal): -6634868 or 9224858. OLE color: 9224858.
HSL color Cylindrical-coordinate representation of color #9AC28C: hue angle of 104.44º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9AC28C is Cyan = 0.21, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 154 | 194 | 140 | - |
| CMYK | 0.21 | 0 | 0.28 | 0.24 |
| HSL | 104.44º | 0.31% | 0.65% | - |
| HSV(B) | 104.44º | 0.28% | 0.76% | - |
| XYZ | 37.35 | 47.35 | 31.98 | - |
| YUV | 175.88 | 107.75 | 112.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 194 | 140 | 0.21 | 0 | 0.28 | 0.24 | 104.44 | 0.31 | 0.65 |
| Hex | 9A | C2 | 8C | 15 | 0 | 1C | 18 | 68 | 1F | 41 |
| Octal | 232 | 302 | 214 | 25 | 0 | 34 | 30 | 150 | 37 | 101 |
| Binary | 10011010 | 11000010 | 10001100 | 10101 | 0 | 11100 | 11000 | 1101000 | 11111 | 1000001 |
Color Harmonies of #9AC28C
Complementary color
Monochromatic Colors of #9AC28C
Black with #9AC28C
Text Example
Text Example
White with #9AC28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC28C; }
p { color: rgb(154,194,140); }
H1.HeaderClassName
{
color: #9AC28C;
}
.AnyTagClassName
{
color: #9AC28C;
}
</style>
background-color css
<style>
a { background-color: #9AC28C; }
a { background-color: rgb(154,194,140); }
div.DivClassName
{
background-color: #9AC28C;
}
.BgClassName
{
background-color: #9AC28C;
}
</style>
border-color css
<style>
span { border-color: #9AC28C; }
span { border-color: rgb(154,194,140); }
td.TdClassName
{
border-color: #9AC28C;
}
.TagClassName
{
border-color: #9AC28C;
}
</style>