Shades of Mountain Meadow #1AD578
Tints of Mountain Meadow #1AD578
RGB
CMYK
RGB Variations
Color information
#1AD578 (or 0x1AD578) is known color: Mountain Meadow. HEX triplet: 1A, D5 and 78. RGB value is (26,213,120). Sum of RGB (Red+Green+Blue) = 26+213+120=359 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.24% from 359); Green value is 213 (83.59% from 255 or 59.33% from 359); Blue value is 120 (47.27% from 255 or 33.43% from 359); Max value from RGB is 213 - color contains mainly: green. Hex color #1AD578 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AD578 is #E52A87. Grayscale: #929292. Windows color (decimal): -15018632 or 7918874. OLE color: 7918874.
HSL color Cylindrical-coordinate representation of color #1AD578: hue angle of 150.16º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD578 is Cyan = 0.88, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 26 | 213 | 120 | - |
| CMYK | 0.88 | 0 | 0.44 | 0.16 |
| HSL | 150.16º | 0.78% | 0.47% | - |
| HSV(B) | 150.16º | 0.88% | 0.84% | - |
| XYZ | 27.61 | 49.16 | 25.8 | - |
| YUV | 146.49 | 113.05 | 42.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 213 | 120 | 0.88 | 0 | 0.44 | 0.16 | 150.16 | 0.78 | 0.47 |
| Hex | 1A | D5 | 78 | 58 | 0 | 2C | 10 | 96 | 4E | 2F |
| Octal | 32 | 325 | 170 | 130 | 0 | 54 | 20 | 226 | 116 | 57 |
| Binary | 11010 | 11010101 | 1111000 | 1011000 | 0 | 101100 | 10000 | 10010110 | 1001110 | 101111 |
Color Harmonies of #1AD578
Complementary color
Monochromatic Colors of #1AD578
Black with #1AD578
Text Example
Text Example
White with #1AD578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD578; }
p { color: rgb(26,213,120); }
H1.HeaderClassName
{
color: #1AD578;
}
.AnyTagClassName
{
color: #1AD578;
}
</style>
background-color css
<style>
a { background-color: #1AD578; }
a { background-color: rgb(26,213,120); }
div.DivClassName
{
background-color: #1AD578;
}
.BgClassName
{
background-color: #1AD578;
}
</style>
border-color css
<style>
span { border-color: #1AD578; }
span { border-color: rgb(26,213,120); }
td.TdClassName
{
border-color: #1AD578;
}
.TagClassName
{
border-color: #1AD578;
}
</style>