Shades of Spring Rain #9AC08F
Tints of Spring Rain #9AC08F
RGB
CMYK
RGB Variations
Color information
#9AC08F (or 0x9AC08F) is known color: Spring Rain. HEX triplet: 9A, C0 and 8F. RGB value is (154,192,143). Sum of RGB (Red+Green+Blue) = 154+192+143=489 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.49% from 489); Green value is 192 (75.39% from 255 or 39.26% from 489); Blue value is 143 (56.25% from 255 or 29.24% from 489); Max value from RGB is 192 - color contains mainly: green. Hex color #9AC08F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AC08F is #653F70. Grayscale: #AFAFAF. Windows color (decimal): -6635377 or 9420954. OLE color: 9420954.
HSL color Cylindrical-coordinate representation of color #9AC08F: hue angle of 106.53º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9AC08F is Cyan = 0.20, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 192 | 143 | - |
| CMYK | 0.20 | 0 | 0.26 | 0.25 |
| HSL | 106.53º | 0.28% | 0.66% | - |
| HSV(B) | 106.53º | 0.26% | 0.75% | - |
| XYZ | 37.13 | 46.55 | 33.01 | - |
| YUV | 175.05 | 109.91 | 112.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 192 | 143 | 0.20 | 0 | 0.26 | 0.25 | 106.53 | 0.28 | 0.66 |
| Hex | 9A | C0 | 8F | 14 | 0 | 1A | 19 | 6B | 1C | 42 |
| Octal | 232 | 300 | 217 | 24 | 0 | 32 | 31 | 153 | 34 | 102 |
| Binary | 10011010 | 11000000 | 10001111 | 10100 | 0 | 11010 | 11001 | 1101011 | 11100 | 1000010 |
Color Harmonies of #9AC08F
Complementary color
Monochromatic Colors of #9AC08F
Black with #9AC08F
Text Example
Text Example
White with #9AC08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC08F; }
p { color: rgb(154,192,143); }
H1.HeaderClassName
{
color: #9AC08F;
}
.AnyTagClassName
{
color: #9AC08F;
}
</style>
background-color css
<style>
a { background-color: #9AC08F; }
a { background-color: rgb(154,192,143); }
div.DivClassName
{
background-color: #9AC08F;
}
.BgClassName
{
background-color: #9AC08F;
}
</style>
border-color css
<style>
span { border-color: #9AC08F; }
span { border-color: rgb(154,192,143); }
td.TdClassName
{
border-color: #9AC08F;
}
.TagClassName
{
border-color: #9AC08F;
}
</style>