Shades of Mountain Meadow #1FC093
Tints of Mountain Meadow #1FC093
RGB
CMYK
RGB Variations
Color information
#1FC093 (or 0x1FC093) is known color: Mountain Meadow. HEX triplet: 1F, C0 and 93. RGB value is (31,192,147). Sum of RGB (Red+Green+Blue) = 31+192+147=370 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.38% from 370); Green value is 192 (75.39% from 255 or 51.89% from 370); Blue value is 147 (57.81% from 255 or 39.73% from 370); Max value from RGB is 192 - color contains mainly: green. Hex color #1FC093 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FC093 is #E03F6C. Grayscale: #8A8A8A. Windows color (decimal): -14696301 or 9682975. OLE color: 9682975.
HSL color Cylindrical-coordinate representation of color #1FC093: hue angle of 163.23º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FC093 is Cyan = 0.84, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 192 | 147 | - |
| CMYK | 0.84 | 0 | 0.23 | 0.25 |
| HSL | 163.23º | 0.72% | 0.44% | - |
| HSV(B) | 163.23º | 0.84% | 0.75% | - |
| XYZ | 24.68 | 40.1 | 34.04 | - |
| YUV | 138.73 | 132.66 | 51.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 192 | 147 | 0.84 | 0 | 0.23 | 0.25 | 163.23 | 0.72 | 0.44 |
| Hex | 1F | C0 | 93 | 54 | 0 | 17 | 19 | A3 | 48 | 2C |
| Octal | 37 | 300 | 223 | 124 | 0 | 27 | 31 | 243 | 110 | 54 |
| Binary | 11111 | 11000000 | 10010011 | 1010100 | 0 | 10111 | 11001 | 10100011 | 1001000 | 101100 |
Color Harmonies of #1FC093
Complementary color
Monochromatic Colors of #1FC093
Black with #1FC093
Text Example
Text Example
White with #1FC093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC093; }
p { color: rgb(31,192,147); }
H1.HeaderClassName
{
color: #1FC093;
}
.AnyTagClassName
{
color: #1FC093;
}
</style>
background-color css
<style>
a { background-color: #1FC093; }
a { background-color: rgb(31,192,147); }
div.DivClassName
{
background-color: #1FC093;
}
.BgClassName
{
background-color: #1FC093;
}
</style>
border-color css
<style>
span { border-color: #1FC093; }
span { border-color: rgb(31,192,147); }
td.TdClassName
{
border-color: #1FC093;
}
.TagClassName
{
border-color: #1FC093;
}
</style>