Shades of Mountain Meadow #1DAF6D
Tints of Mountain Meadow #1DAF6D
RGB
CMYK
RGB Variations
Color information
#1DAF6D (or 0x1DAF6D) is known color: Mountain Meadow. HEX triplet: 1D, AF and 6D. RGB value is (29,175,109). Sum of RGB (Red+Green+Blue) = 29+175+109=313 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.27% from 313); Green value is 175 (68.75% from 255 or 55.91% from 313); Blue value is 109 (42.97% from 255 or 34.82% from 313); Max value from RGB is 175 - color contains mainly: green. Hex color #1DAF6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DAF6D is #E25092. Grayscale: #7B7B7B. Windows color (decimal): -14831763 or 7188253. OLE color: 7188253.
HSL color Cylindrical-coordinate representation of color #1DAF6D: hue angle of 152.88º 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 #1DAF6D is Cyan = 0.83, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 29 | 175 | 109 | - |
| CMYK | 0.83 | 0 | 0.38 | 0.31 |
| HSL | 152.88º | 0.72% | 0.4% | - |
| HSV(B) | 152.88º | 0.83% | 0.69% | - |
| XYZ | 18.6 | 32.03 | 19.67 | - |
| YUV | 123.82 | 119.63 | 60.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 175 | 109 | 0.83 | 0 | 0.38 | 0.31 | 152.88 | 0.72 | 0.4 |
| Hex | 1D | AF | 6D | 53 | 0 | 26 | 1F | 99 | 48 | 28 |
| Octal | 35 | 257 | 155 | 123 | 0 | 46 | 37 | 231 | 110 | 50 |
| Binary | 11101 | 10101111 | 1101101 | 1010011 | 0 | 100110 | 11111 | 10011001 | 1001000 | 101000 |
Color Harmonies of #1DAF6D
Complementary color
Monochromatic Colors of #1DAF6D
Black with #1DAF6D
Text Example
Text Example
White with #1DAF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAF6D; }
p { color: rgb(29,175,109); }
H1.HeaderClassName
{
color: #1DAF6D;
}
.AnyTagClassName
{
color: #1DAF6D;
}
</style>
background-color css
<style>
a { background-color: #1DAF6D; }
a { background-color: rgb(29,175,109); }
div.DivClassName
{
background-color: #1DAF6D;
}
.BgClassName
{
background-color: #1DAF6D;
}
</style>
border-color css
<style>
span { border-color: #1DAF6D; }
span { border-color: rgb(29,175,109); }
td.TdClassName
{
border-color: #1DAF6D;
}
.TagClassName
{
border-color: #1DAF6D;
}
</style>