Shades of Mountain Meadow #18CF74
Tints of Mountain Meadow #18CF74
RGB
CMYK
RGB Variations
Color information
#18CF74 (or 0x18CF74) is known color: Mountain Meadow. HEX triplet: 18, CF and 74. RGB value is (24,207,116). Sum of RGB (Red+Green+Blue) = 24+207+116=347 (45% of max value = 765). Red value is 24 (9.77% from 255 or 6.92% from 347); Green value is 207 (81.25% from 255 or 59.65% from 347); Blue value is 116 (45.70% from 255 or 33.43% from 347); Max value from RGB is 207 - color contains mainly: green. Hex color #18CF74 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18CF74 is #E7308B. Grayscale: #8E8E8E. Windows color (decimal): -15151244 or 7655192. OLE color: 7655192.
HSL color Cylindrical-coordinate representation of color #18CF74: hue angle of 150.16º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18CF74 is Cyan = 0.88, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 24 | 207 | 116 | - |
| CMYK | 0.88 | 0 | 0.44 | 0.19 |
| HSL | 150.16º | 0.79% | 0.45% | - |
| HSV(B) | 150.16º | 0.88% | 0.81% | - |
| XYZ | 25.84 | 46.08 | 24.06 | - |
| YUV | 141.91 | 113.37 | 43.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 207 | 116 | 0.88 | 0 | 0.44 | 0.19 | 150.16 | 0.79 | 0.45 |
| Hex | 18 | CF | 74 | 58 | 0 | 2C | 13 | 96 | 4F | 2D |
| Octal | 30 | 317 | 164 | 130 | 0 | 54 | 23 | 226 | 117 | 55 |
| Binary | 11000 | 11001111 | 1110100 | 1011000 | 0 | 101100 | 10011 | 10010110 | 1001111 | 101101 |
Color Harmonies of #18CF74
Complementary color
Monochromatic Colors of #18CF74
Black with #18CF74
Text Example
Text Example
White with #18CF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CF74; }
p { color: rgb(24,207,116); }
H1.HeaderClassName
{
color: #18CF74;
}
.AnyTagClassName
{
color: #18CF74;
}
</style>
background-color css
<style>
a { background-color: #18CF74; }
a { background-color: rgb(24,207,116); }
div.DivClassName
{
background-color: #18CF74;
}
.BgClassName
{
background-color: #18CF74;
}
</style>
border-color css
<style>
span { border-color: #18CF74; }
span { border-color: rgb(24,207,116); }
td.TdClassName
{
border-color: #18CF74;
}
.TagClassName
{
border-color: #18CF74;
}
</style>