Shades of Mountain Meadow #18CB73
Tints of Mountain Meadow #18CB73
RGB
CMYK
RGB Variations
Color information
#18CB73 (or 0x18CB73) is known color: Mountain Meadow. HEX triplet: 18, CB and 73. RGB value is (24,203,115). Sum of RGB (Red+Green+Blue) = 24+203+115=342 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.02% from 342); Green value is 203 (79.69% from 255 or 59.36% from 342); Blue value is 115 (45.31% from 255 or 33.63% from 342); Max value from RGB is 203 - color contains mainly: green. Hex color #18CB73 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18CB73 is #E7348C. Grayscale: #8B8B8B. Windows color (decimal): -15152269 or 7588632. OLE color: 7588632.
HSL color Cylindrical-coordinate representation of color #18CB73: hue angle of 150.5º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18CB73 is Cyan = 0.88, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 24 | 203 | 115 | - |
| CMYK | 0.88 | 0 | 0.43 | 0.20 |
| HSL | 150.5º | 0.79% | 0.45% | - |
| HSV(B) | 150.5º | 0.88% | 0.8% | - |
| XYZ | 24.83 | 44.14 | 23.43 | - |
| YUV | 139.45 | 114.2 | 45.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 203 | 115 | 0.88 | 0 | 0.43 | 0.20 | 150.5 | 0.79 | 0.45 |
| Hex | 18 | CB | 73 | 58 | 0 | 2B | 14 | 97 | 4F | 2D |
| Octal | 30 | 313 | 163 | 130 | 0 | 53 | 24 | 227 | 117 | 55 |
| Binary | 11000 | 11001011 | 1110011 | 1011000 | 0 | 101011 | 10100 | 10010111 | 1001111 | 101101 |
Color Harmonies of #18CB73
Complementary color
Monochromatic Colors of #18CB73
Black with #18CB73
Text Example
Text Example
White with #18CB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CB73; }
p { color: rgb(24,203,115); }
H1.HeaderClassName
{
color: #18CB73;
}
.AnyTagClassName
{
color: #18CB73;
}
</style>
background-color css
<style>
a { background-color: #18CB73; }
a { background-color: rgb(24,203,115); }
div.DivClassName
{
background-color: #18CB73;
}
.BgClassName
{
background-color: #18CB73;
}
</style>
border-color css
<style>
span { border-color: #18CB73; }
span { border-color: rgb(24,203,115); }
td.TdClassName
{
border-color: #18CB73;
}
.TagClassName
{
border-color: #18CB73;
}
</style>