Shades of Mountain Meadow #02BA85
Tints of Mountain Meadow #02BA85
RGB
CMYK
RGB Variations
Color information
#02BA85 (or 0x02BA85) is known color: Mountain Meadow. HEX triplet: 02, BA and 85. RGB value is (2,186,133). Sum of RGB (Red+Green+Blue) = 2+186+133=321 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 321); Green value is 186 (73.05% from 255 or 57.94% from 321); Blue value is 133 (52.34% from 255 or 41.43% from 321); Max value from RGB is 186 - color contains mainly: green. Hex color #02BA85 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02BA85 is #FD457A. Grayscale: #7C7C7C. Windows color (decimal): -16598395 or 8763906. OLE color: 8763906.
HSL color Cylindrical-coordinate representation of color #02BA85: hue angle of 162.72º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BA85 is Cyan = 0.99, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 2 | 186 | 133 | - |
| CMYK | 0.99 | 0 | 0.28 | 0.27 |
| HSL | 162.72º | 0.98% | 0.37% | - |
| HSV(B) | 162.72º | 0.99% | 0.73% | - |
| XYZ | 21.82 | 36.82 | 28.15 | - |
| YUV | 124.94 | 132.54 | 40.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 186 | 133 | 0.99 | 0 | 0.28 | 0.27 | 162.72 | 0.98 | 0.37 |
| Hex | 2 | BA | 85 | 63 | 0 | 1C | 1B | A3 | 62 | 25 |
| Octal | 2 | 272 | 205 | 143 | 0 | 34 | 33 | 243 | 142 | 45 |
| Binary | 10 | 10111010 | 10000101 | 1100011 | 0 | 11100 | 11011 | 10100011 | 1100010 | 100101 |
Color Harmonies of #02BA85
Complementary color
Monochromatic Colors of #02BA85
Black with #02BA85
Text Example
Text Example
White with #02BA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BA85; }
p { color: rgb(2,186,133); }
H1.HeaderClassName
{
color: #02BA85;
}
.AnyTagClassName
{
color: #02BA85;
}
</style>
background-color css
<style>
a { background-color: #02BA85; }
a { background-color: rgb(2,186,133); }
div.DivClassName
{
background-color: #02BA85;
}
.BgClassName
{
background-color: #02BA85;
}
</style>
border-color css
<style>
span { border-color: #02BA85; }
span { border-color: rgb(2,186,133); }
td.TdClassName
{
border-color: #02BA85;
}
.TagClassName
{
border-color: #02BA85;
}
</style>