Shades of Mountain Meadow #01B882
Tints of Mountain Meadow #01B882
RGB
CMYK
RGB Variations
Color information
#01B882 (or 0x01B882) is known color: Mountain Meadow. HEX triplet: 01, B8 and 82. RGB value is (1,184,130). Sum of RGB (Red+Green+Blue) = 1+184+130=315 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 315); Green value is 184 (72.27% from 255 or 58.41% from 315); Blue value is 130 (51.17% from 255 or 41.27% from 315); Max value from RGB is 184 - color contains mainly: green. Hex color #01B882 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01B882 is #FE477D. Grayscale: #7B7B7B. Windows color (decimal): -16664446 or 8566785. OLE color: 8566785.
HSL color Cylindrical-coordinate representation of color #01B882: hue angle of 162.3º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01B882 is Cyan = 0.99, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 1 | 184 | 130 | - |
| CMYK | 0.99 | 0 | 0.29 | 0.28 |
| HSL | 162.3º | 0.99% | 0.36% | - |
| HSV(B) | 162.3º | 0.99% | 0.72% | - |
| XYZ | 21.18 | 35.9 | 26.93 | - |
| YUV | 123.13 | 131.87 | 40.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 184 | 130 | 0.99 | 0 | 0.29 | 0.28 | 162.3 | 0.99 | 0.36 |
| Hex | 1 | B8 | 82 | 63 | 0 | 1D | 1C | A2 | 63 | 24 |
| Octal | 1 | 270 | 202 | 143 | 0 | 35 | 34 | 242 | 143 | 44 |
| Binary | 1 | 10111000 | 10000010 | 1100011 | 0 | 11101 | 11100 | 10100010 | 1100011 | 100100 |
Color Harmonies of #01B882
Complementary color
Monochromatic Colors of #01B882
Black with #01B882
Text Example
Text Example
White with #01B882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B882; }
p { color: rgb(1,184,130); }
H1.HeaderClassName
{
color: #01B882;
}
.AnyTagClassName
{
color: #01B882;
}
</style>
background-color css
<style>
a { background-color: #01B882; }
a { background-color: rgb(1,184,130); }
div.DivClassName
{
background-color: #01B882;
}
.BgClassName
{
background-color: #01B882;
}
</style>
border-color css
<style>
span { border-color: #01B882; }
span { border-color: rgb(1,184,130); }
td.TdClassName
{
border-color: #01B882;
}
.TagClassName
{
border-color: #01B882;
}
</style>