Shades of Mountain Meadow #1DAF8A
Tints of Mountain Meadow #1DAF8A
RGB
CMYK
RGB Variations
Color information
#1DAF8A (or 0x1DAF8A) is known color: Mountain Meadow. HEX triplet: 1D, AF and 8A. RGB value is (29,175,138). Sum of RGB (Red+Green+Blue) = 29+175+138=342 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.48% from 342); Green value is 175 (68.75% from 255 or 51.17% from 342); Blue value is 138 (54.30% from 255 or 40.35% from 342); Max value from RGB is 175 - color contains mainly: green. Hex color #1DAF8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DAF8A is #E25075. Grayscale: #7F7F7F. Windows color (decimal): -14831734 or 9088797. OLE color: 9088797.
HSL color Cylindrical-coordinate representation of color #1DAF8A: hue angle of 164.79º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1DAF8A is Cyan = 0.83, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 29 | 175 | 138 | - |
| CMYK | 0.83 | 0 | 0.21 | 0.31 |
| HSL | 164.79º | 0.72% | 0.4% | - |
| HSV(B) | 164.79º | 0.83% | 0.69% | - |
| XYZ | 20.42 | 32.76 | 29.29 | - |
| YUV | 127.13 | 134.13 | 58.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 175 | 138 | 0.83 | 0 | 0.21 | 0.31 | 164.79 | 0.72 | 0.4 |
| Hex | 1D | AF | 8A | 53 | 0 | 15 | 1F | A5 | 48 | 28 |
| Octal | 35 | 257 | 212 | 123 | 0 | 25 | 37 | 245 | 110 | 50 |
| Binary | 11101 | 10101111 | 10001010 | 1010011 | 0 | 10101 | 11111 | 10100101 | 1001000 | 101000 |
Color Harmonies of #1DAF8A
Complementary color
Monochromatic Colors of #1DAF8A
Black with #1DAF8A
Text Example
Text Example
White with #1DAF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAF8A; }
p { color: rgb(29,175,138); }
H1.HeaderClassName
{
color: #1DAF8A;
}
.AnyTagClassName
{
color: #1DAF8A;
}
</style>
background-color css
<style>
a { background-color: #1DAF8A; }
a { background-color: rgb(29,175,138); }
div.DivClassName
{
background-color: #1DAF8A;
}
.BgClassName
{
background-color: #1DAF8A;
}
</style>
border-color css
<style>
span { border-color: #1DAF8A; }
span { border-color: rgb(29,175,138); }
td.TdClassName
{
border-color: #1DAF8A;
}
.TagClassName
{
border-color: #1DAF8A;
}
</style>