Shades of Mountain Meadow #1AD07C
Tints of Mountain Meadow #1AD07C
RGB
CMYK
RGB Variations
Color information
#1AD07C (or 0x1AD07C) is known color: Mountain Meadow. HEX triplet: 1A, D0 and 7C. RGB value is (26,208,124). Sum of RGB (Red+Green+Blue) = 26+208+124=358 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.26% from 358); Green value is 208 (81.64% from 255 or 58.10% from 358); Blue value is 124 (48.83% from 255 or 34.64% from 358); Max value from RGB is 208 - color contains mainly: green. Hex color #1AD07C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AD07C is #E52F83. Grayscale: #909090. Windows color (decimal): -15019908 or 8179738. OLE color: 8179738.
HSL color Cylindrical-coordinate representation of color #1AD07C: hue angle of 152.31º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD07C is Cyan = 0.88, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 208 | 124 | - |
| CMYK | 0.88 | 0 | 0.40 | 0.18 |
| HSL | 152.31º | 0.78% | 0.46% | - |
| HSV(B) | 152.31º | 0.88% | 0.82% | - |
| XYZ | 26.62 | 46.79 | 26.7 | - |
| YUV | 144.01 | 116.7 | 43.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 208 | 124 | 0.88 | 0 | 0.40 | 0.18 | 152.31 | 0.78 | 0.46 |
| Hex | 1A | D0 | 7C | 58 | 0 | 28 | 12 | 98 | 4E | 2E |
| Octal | 32 | 320 | 174 | 130 | 0 | 50 | 22 | 230 | 116 | 56 |
| Binary | 11010 | 11010000 | 1111100 | 1011000 | 0 | 101000 | 10010 | 10011000 | 1001110 | 101110 |
Color Harmonies of #1AD07C
Complementary color
Monochromatic Colors of #1AD07C
Black with #1AD07C
Text Example
Text Example
White with #1AD07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD07C; }
p { color: rgb(26,208,124); }
H1.HeaderClassName
{
color: #1AD07C;
}
.AnyTagClassName
{
color: #1AD07C;
}
</style>
background-color css
<style>
a { background-color: #1AD07C; }
a { background-color: rgb(26,208,124); }
div.DivClassName
{
background-color: #1AD07C;
}
.BgClassName
{
background-color: #1AD07C;
}
</style>
border-color css
<style>
span { border-color: #1AD07C; }
span { border-color: rgb(26,208,124); }
td.TdClassName
{
border-color: #1AD07C;
}
.TagClassName
{
border-color: #1AD07C;
}
</style>