Shades of Mountain Meadow #1BAF6D
Tints of Mountain Meadow #1BAF6D
RGB
CMYK
RGB Variations
Color information
#1BAF6D (or 0x1BAF6D) is known color: Mountain Meadow. HEX triplet: 1B, AF and 6D. RGB value is (27,175,109). Sum of RGB (Red+Green+Blue) = 27+175+109=311 (41% of max value = 765). Red value is 27 (10.94% from 255 or 8.68% from 311); Green value is 175 (68.75% from 255 or 56.27% from 311); Blue value is 109 (42.97% from 255 or 35.05% from 311); Max value from RGB is 175 - color contains mainly: green. Hex color #1BAF6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1BAF6D is #E45092. Grayscale: #7B7B7B. Windows color (decimal): -14962835 or 7188251. OLE color: 7188251.
HSL color Cylindrical-coordinate representation of color #1BAF6D: hue angle of 153.24º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1BAF6D is Cyan = 0.85, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 27 | 175 | 109 | - |
| CMYK | 0.85 | 0 | 0.38 | 0.31 |
| HSL | 153.24º | 0.73% | 0.4% | - |
| HSV(B) | 153.24º | 0.85% | 0.69% | - |
| XYZ | 18.54 | 32 | 19.67 | - |
| YUV | 123.22 | 119.97 | 59.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 175 | 109 | 0.85 | 0 | 0.38 | 0.31 | 153.24 | 0.73 | 0.4 |
| Hex | 1B | AF | 6D | 55 | 0 | 26 | 1F | 99 | 49 | 28 |
| Octal | 33 | 257 | 155 | 125 | 0 | 46 | 37 | 231 | 111 | 50 |
| Binary | 11011 | 10101111 | 1101101 | 1010101 | 0 | 100110 | 11111 | 10011001 | 1001001 | 101000 |
Color Harmonies of #1BAF6D
Complementary color
Monochromatic Colors of #1BAF6D
Black with #1BAF6D
Text Example
Text Example
White with #1BAF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAF6D; }
p { color: rgb(27,175,109); }
H1.HeaderClassName
{
color: #1BAF6D;
}
.AnyTagClassName
{
color: #1BAF6D;
}
</style>
background-color css
<style>
a { background-color: #1BAF6D; }
a { background-color: rgb(27,175,109); }
div.DivClassName
{
background-color: #1BAF6D;
}
.BgClassName
{
background-color: #1BAF6D;
}
</style>
border-color css
<style>
span { border-color: #1BAF6D; }
span { border-color: rgb(27,175,109); }
td.TdClassName
{
border-color: #1BAF6D;
}
.TagClassName
{
border-color: #1BAF6D;
}
</style>