Shades of Mountain Meadow #1AD07A
Tints of Mountain Meadow #1AD07A
RGB
CMYK
RGB Variations
Color information
#1AD07A (or 0x1AD07A) is known color: Mountain Meadow. HEX triplet: 1A, D0 and 7A. RGB value is (26,208,122). Sum of RGB (Red+Green+Blue) = 26+208+122=356 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.30% from 356); Green value is 208 (81.64% from 255 or 58.43% from 356); Blue value is 122 (48.05% from 255 or 34.27% from 356); Max value from RGB is 208 - color contains mainly: green. Hex color #1AD07A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AD07A is #E52F85. Grayscale: #8F8F8F. Windows color (decimal): -15019910 or 8048666. OLE color: 8048666.
HSL color Cylindrical-coordinate representation of color #1AD07A: hue angle of 151.65º 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 #1AD07A is Cyan = 0.88, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 208 | 122 | - |
| CMYK | 0.88 | 0 | 0.41 | 0.18 |
| HSL | 151.65º | 0.78% | 0.46% | - |
| HSV(B) | 151.65º | 0.88% | 0.82% | - |
| XYZ | 26.49 | 46.74 | 26.04 | - |
| YUV | 143.78 | 115.7 | 43.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 208 | 122 | 0.88 | 0 | 0.41 | 0.18 | 151.65 | 0.78 | 0.46 |
| Hex | 1A | D0 | 7A | 58 | 0 | 29 | 12 | 98 | 4E | 2E |
| Octal | 32 | 320 | 172 | 130 | 0 | 51 | 22 | 230 | 116 | 56 |
| Binary | 11010 | 11010000 | 1111010 | 1011000 | 0 | 101001 | 10010 | 10011000 | 1001110 | 101110 |
Color Harmonies of #1AD07A
Complementary color
Monochromatic Colors of #1AD07A
Black with #1AD07A
Text Example
Text Example
White with #1AD07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD07A; }
p { color: rgb(26,208,122); }
H1.HeaderClassName
{
color: #1AD07A;
}
.AnyTagClassName
{
color: #1AD07A;
}
</style>
background-color css
<style>
a { background-color: #1AD07A; }
a { background-color: rgb(26,208,122); }
div.DivClassName
{
background-color: #1AD07A;
}
.BgClassName
{
background-color: #1AD07A;
}
</style>
border-color css
<style>
span { border-color: #1AD07A; }
span { border-color: rgb(26,208,122); }
td.TdClassName
{
border-color: #1AD07A;
}
.TagClassName
{
border-color: #1AD07A;
}
</style>