Shades of Mountain Meadow #01B482
Tints of Mountain Meadow #01B482
RGB
CMYK
RGB Variations
Color information
#01B482 (or 0x01B482) is known color: Mountain Meadow. HEX triplet: 01, B4 and 82. RGB value is (1,180,130). Sum of RGB (Red+Green+Blue) = 1+180+130=311 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 311); Green value is 180 (70.70% from 255 or 57.88% from 311); Blue value is 130 (51.17% from 255 or 41.80% from 311); Max value from RGB is 180 - color contains mainly: green. Hex color #01B482 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01B482 is #FE4B7D. Grayscale: #787878. Windows color (decimal): -16665470 or 8565761. OLE color: 8565761.
HSL color Cylindrical-coordinate representation of color #01B482: hue angle of 163.24º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01B482 is Cyan = 0.99, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 1 | 180 | 130 | - |
| CMYK | 0.99 | 0 | 0.28 | 0.29 |
| HSL | 163.24º | 0.99% | 0.35% | - |
| HSV(B) | 163.24º | 0.99% | 0.71% | - |
| XYZ | 20.36 | 34.26 | 26.66 | - |
| YUV | 120.78 | 133.2 | 42.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 180 | 130 | 0.99 | 0 | 0.28 | 0.29 | 163.24 | 0.99 | 0.35 |
| Hex | 1 | B4 | 82 | 63 | 0 | 1C | 1D | A3 | 63 | 23 |
| Octal | 1 | 264 | 202 | 143 | 0 | 34 | 35 | 243 | 143 | 43 |
| Binary | 1 | 10110100 | 10000010 | 1100011 | 0 | 11100 | 11101 | 10100011 | 1100011 | 100011 |
Color Harmonies of #01B482
Complementary color
Monochromatic Colors of #01B482
Black with #01B482
Text Example
Text Example
White with #01B482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B482; }
p { color: rgb(1,180,130); }
H1.HeaderClassName
{
color: #01B482;
}
.AnyTagClassName
{
color: #01B482;
}
</style>
background-color css
<style>
a { background-color: #01B482; }
a { background-color: rgb(1,180,130); }
div.DivClassName
{
background-color: #01B482;
}
.BgClassName
{
background-color: #01B482;
}
</style>
border-color css
<style>
span { border-color: #01B482; }
span { border-color: rgb(1,180,130); }
td.TdClassName
{
border-color: #01B482;
}
.TagClassName
{
border-color: #01B482;
}
</style>