Shades of Mountain Meadow #18BF93
Tints of Mountain Meadow #18BF93
RGB
CMYK
RGB Variations
Color information
#18BF93 (or 0x18BF93) is known color: Mountain Meadow. HEX triplet: 18, BF and 93. RGB value is (24,191,147). Sum of RGB (Red+Green+Blue) = 24+191+147=362 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.63% from 362); Green value is 191 (75% from 255 or 52.76% from 362); Blue value is 147 (57.81% from 255 or 40.61% from 362); Max value from RGB is 191 - color contains mainly: green. Hex color #18BF93 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18BF93 is #E7406C. Grayscale: #888888. Windows color (decimal): -15155309 or 9682712. OLE color: 9682712.
HSL color Cylindrical-coordinate representation of color #18BF93: hue angle of 164.19º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18BF93 is Cyan = 0.87, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 24 | 191 | 147 | - |
| CMYK | 0.87 | 0 | 0.23 | 0.25 |
| HSL | 164.19º | 0.78% | 0.42% | - |
| HSV(B) | 164.19º | 0.87% | 0.75% | - |
| XYZ | 24.27 | 39.56 | 33.96 | - |
| YUV | 136.05 | 134.17 | 48.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 191 | 147 | 0.87 | 0 | 0.23 | 0.25 | 164.19 | 0.78 | 0.42 |
| Hex | 18 | BF | 93 | 57 | 0 | 17 | 19 | A4 | 4E | 2A |
| Octal | 30 | 277 | 223 | 127 | 0 | 27 | 31 | 244 | 116 | 52 |
| Binary | 11000 | 10111111 | 10010011 | 1010111 | 0 | 10111 | 11001 | 10100100 | 1001110 | 101010 |
Color Harmonies of #18BF93
Complementary color
Monochromatic Colors of #18BF93
Black with #18BF93
Text Example
Text Example
White with #18BF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BF93; }
p { color: rgb(24,191,147); }
H1.HeaderClassName
{
color: #18BF93;
}
.AnyTagClassName
{
color: #18BF93;
}
</style>
background-color css
<style>
a { background-color: #18BF93; }
a { background-color: rgb(24,191,147); }
div.DivClassName
{
background-color: #18BF93;
}
.BgClassName
{
background-color: #18BF93;
}
</style>
border-color css
<style>
span { border-color: #18BF93; }
span { border-color: rgb(24,191,147); }
td.TdClassName
{
border-color: #18BF93;
}
.TagClassName
{
border-color: #18BF93;
}
</style>