Shades of Spring Rain #99C18E
Tints of Spring Rain #99C18E
RGB
CMYK
RGB Variations
Color information
#99C18E (or 0x99C18E) is known color: Spring Rain. HEX triplet: 99, C1 and 8E. RGB value is (153,193,142). Sum of RGB (Red+Green+Blue) = 153+193+142=488 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.35% from 488); Green value is 193 (75.78% from 255 or 39.55% from 488); Blue value is 142 (55.86% from 255 or 29.10% from 488); Max value from RGB is 193 - color contains mainly: green. Hex color #99C18E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C18E is #663E71. Grayscale: #AFAFAF. Windows color (decimal): -6700658 or 9355673. OLE color: 9355673.
HSL color Cylindrical-coordinate representation of color #99C18E: hue angle of 107.06º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #99C18E is Cyan = 0.21, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 193 | 142 | - |
| CMYK | 0.21 | 0 | 0.26 | 0.24 |
| HSL | 107.06º | 0.29% | 0.66% | - |
| HSV(B) | 107.06º | 0.26% | 0.76% | - |
| XYZ | 37.09 | 46.87 | 32.68 | - |
| YUV | 175.23 | 109.25 | 112.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 193 | 142 | 0.21 | 0 | 0.26 | 0.24 | 107.06 | 0.29 | 0.66 |
| Hex | 99 | C1 | 8E | 15 | 0 | 1A | 18 | 6B | 1D | 42 |
| Octal | 231 | 301 | 216 | 25 | 0 | 32 | 30 | 153 | 35 | 102 |
| Binary | 10011001 | 11000001 | 10001110 | 10101 | 0 | 11010 | 11000 | 1101011 | 11101 | 1000010 |
Color Harmonies of #99C18E
Complementary color
Monochromatic Colors of #99C18E
Black with #99C18E
Text Example
Text Example
White with #99C18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C18E; }
p { color: rgb(153,193,142); }
H1.HeaderClassName
{
color: #99C18E;
}
.AnyTagClassName
{
color: #99C18E;
}
</style>
background-color css
<style>
a { background-color: #99C18E; }
a { background-color: rgb(153,193,142); }
div.DivClassName
{
background-color: #99C18E;
}
.BgClassName
{
background-color: #99C18E;
}
</style>
border-color css
<style>
span { border-color: #99C18E; }
span { border-color: rgb(153,193,142); }
td.TdClassName
{
border-color: #99C18E;
}
.TagClassName
{
border-color: #99C18E;
}
</style>