Shades of Mountain Meadow #1AD07F
Tints of Mountain Meadow #1AD07F
RGB
CMYK
RGB Variations
Color information
#1AD07F (or 0x1AD07F) is known color: Mountain Meadow. HEX triplet: 1A, D0 and 7F. RGB value is (26,208,127). Sum of RGB (Red+Green+Blue) = 26+208+127=361 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.20% from 361); Green value is 208 (81.64% from 255 or 57.62% from 361); Blue value is 127 (50% from 255 or 35.18% from 361); Max value from RGB is 208 - color contains mainly: green. Hex color #1AD07F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AD07F is #E52F80. Grayscale: #909090. Windows color (decimal): -15019905 or 8376346. OLE color: 8376346.
HSL color Cylindrical-coordinate representation of color #1AD07F: hue angle of 153.3º 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 #1AD07F is Cyan = 0.88, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 208 | 127 | - |
| CMYK | 0.88 | 0 | 0.39 | 0.18 |
| HSL | 153.3º | 0.78% | 0.46% | - |
| HSV(B) | 153.3º | 0.88% | 0.82% | - |
| XYZ | 26.81 | 46.86 | 27.71 | - |
| YUV | 144.35 | 118.2 | 43.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 208 | 127 | 0.88 | 0 | 0.39 | 0.18 | 153.3 | 0.78 | 0.46 |
| Hex | 1A | D0 | 7F | 58 | 0 | 27 | 12 | 99 | 4E | 2E |
| Octal | 32 | 320 | 177 | 130 | 0 | 47 | 22 | 231 | 116 | 56 |
| Binary | 11010 | 11010000 | 1111111 | 1011000 | 0 | 100111 | 10010 | 10011001 | 1001110 | 101110 |
Color Harmonies of #1AD07F
Complementary color
Monochromatic Colors of #1AD07F
Black with #1AD07F
Text Example
Text Example
White with #1AD07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD07F; }
p { color: rgb(26,208,127); }
H1.HeaderClassName
{
color: #1AD07F;
}
.AnyTagClassName
{
color: #1AD07F;
}
</style>
background-color css
<style>
a { background-color: #1AD07F; }
a { background-color: rgb(26,208,127); }
div.DivClassName
{
background-color: #1AD07F;
}
.BgClassName
{
background-color: #1AD07F;
}
</style>
border-color css
<style>
span { border-color: #1AD07F; }
span { border-color: rgb(26,208,127); }
td.TdClassName
{
border-color: #1AD07F;
}
.TagClassName
{
border-color: #1AD07F;
}
</style>