Shades of Mountain Meadow #1CB98C
Tints of Mountain Meadow #1CB98C
RGB
CMYK
RGB Variations
Color information
#1CB98C (or 0x1CB98C) is known color: Mountain Meadow. HEX triplet: 1C, B9 and 8C. RGB value is (28,185,140). Sum of RGB (Red+Green+Blue) = 28+185+140=353 (46% of max value = 765). Red value is 28 (11.33% from 255 or 7.93% from 353); Green value is 185 (72.66% from 255 or 52.41% from 353); Blue value is 140 (55.08% from 255 or 39.66% from 353); Max value from RGB is 185 - color contains mainly: green. Hex color #1CB98C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CB98C is #E34673. Grayscale: #848484. Windows color (decimal): -14894708 or 9222428. OLE color: 9222428.
HSL color Cylindrical-coordinate representation of color #1CB98C: hue angle of 162.8º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CB98C is Cyan = 0.85, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 28 | 185 | 140 | - |
| CMYK | 0.85 | 0 | 0.24 | 0.27 |
| HSL | 162.8º | 0.74% | 0.42% | - |
| HSV(B) | 162.8º | 0.85% | 0.73% | - |
| XYZ | 22.56 | 36.84 | 30.73 | - |
| YUV | 132.93 | 131.99 | 53.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 185 | 140 | 0.85 | 0 | 0.24 | 0.27 | 162.8 | 0.74 | 0.42 |
| Hex | 1C | B9 | 8C | 55 | 0 | 18 | 1B | A3 | 4A | 2A |
| Octal | 34 | 271 | 214 | 125 | 0 | 30 | 33 | 243 | 112 | 52 |
| Binary | 11100 | 10111001 | 10001100 | 1010101 | 0 | 11000 | 11011 | 10100011 | 1001010 | 101010 |
Color Harmonies of #1CB98C
Complementary color
Monochromatic Colors of #1CB98C
Black with #1CB98C
Text Example
Text Example
White with #1CB98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB98C; }
p { color: rgb(28,185,140); }
H1.HeaderClassName
{
color: #1CB98C;
}
.AnyTagClassName
{
color: #1CB98C;
}
</style>
background-color css
<style>
a { background-color: #1CB98C; }
a { background-color: rgb(28,185,140); }
div.DivClassName
{
background-color: #1CB98C;
}
.BgClassName
{
background-color: #1CB98C;
}
</style>
border-color css
<style>
span { border-color: #1CB98C; }
span { border-color: rgb(28,185,140); }
td.TdClassName
{
border-color: #1CB98C;
}
.TagClassName
{
border-color: #1CB98C;
}
</style>