Shades of Mountain Meadow #18D27A
Tints of Mountain Meadow #18D27A
RGB
CMYK
RGB Variations
Color information
#18D27A (or 0x18D27A) is known color: Mountain Meadow. HEX triplet: 18, D2 and 7A. RGB value is (24,210,122). Sum of RGB (Red+Green+Blue) = 24+210+122=356 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.74% from 356); Green value is 210 (82.42% from 255 or 58.99% from 356); Blue value is 122 (48.05% from 255 or 34.27% from 356); Max value from RGB is 210 - color contains mainly: green. Hex color #18D27A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18D27A is #E72D85. Grayscale: #909090. Windows color (decimal): -15150470 or 8049176. OLE color: 8049176.
HSL color Cylindrical-coordinate representation of color #18D27A: hue angle of 151.61º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18D27A is Cyan = 0.89, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 24 | 210 | 122 | - |
| CMYK | 0.89 | 0 | 0.42 | 0.18 |
| HSL | 151.61º | 0.79% | 0.46% | - |
| HSV(B) | 151.61º | 0.89% | 0.82% | - |
| XYZ | 26.94 | 47.69 | 26.2 | - |
| YUV | 144.35 | 115.38 | 42.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 210 | 122 | 0.89 | 0 | 0.42 | 0.18 | 151.61 | 0.79 | 0.46 |
| Hex | 18 | D2 | 7A | 59 | 0 | 2A | 12 | 98 | 4F | 2E |
| Octal | 30 | 322 | 172 | 131 | 0 | 52 | 22 | 230 | 117 | 56 |
| Binary | 11000 | 11010010 | 1111010 | 1011001 | 0 | 101010 | 10010 | 10011000 | 1001111 | 101110 |
Color Harmonies of #18D27A
Complementary color
Monochromatic Colors of #18D27A
Black with #18D27A
Text Example
Text Example
White with #18D27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D27A; }
p { color: rgb(24,210,122); }
H1.HeaderClassName
{
color: #18D27A;
}
.AnyTagClassName
{
color: #18D27A;
}
</style>
background-color css
<style>
a { background-color: #18D27A; }
a { background-color: rgb(24,210,122); }
div.DivClassName
{
background-color: #18D27A;
}
.BgClassName
{
background-color: #18D27A;
}
</style>
border-color css
<style>
span { border-color: #18D27A; }
span { border-color: rgb(24,210,122); }
td.TdClassName
{
border-color: #18D27A;
}
.TagClassName
{
border-color: #18D27A;
}
</style>