Shades of Mountain Meadow #0ABF76
Tints of Mountain Meadow #0ABF76
RGB
CMYK
RGB Variations
Color information
#0ABF76 (or 0x0ABF76) is known color: Mountain Meadow. HEX triplet: 0A, BF and 76. RGB value is (10,191,118). Sum of RGB (Red+Green+Blue) = 10+191+118=319 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.13% from 319); Green value is 191 (75% from 255 or 59.87% from 319); Blue value is 118 (46.48% from 255 or 36.99% from 319); Max value from RGB is 191 - color contains mainly: green. Hex color #0ABF76 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ABF76 is #F54089. Grayscale: #808080. Windows color (decimal): -16072842 or 7782154. OLE color: 7782154.
HSL color Cylindrical-coordinate representation of color #0ABF76: hue angle of 155.8º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABF76 is Cyan = 0.95, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 10 | 191 | 118 | - |
| CMYK | 0.95 | 0 | 0.38 | 0.25 |
| HSL | 155.8º | 0.9% | 0.39% | - |
| HSV(B) | 155.8º | 0.95% | 0.75% | - |
| XYZ | 22.03 | 38.63 | 23.44 | - |
| YUV | 128.56 | 122.03 | 43.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 191 | 118 | 0.95 | 0 | 0.38 | 0.25 | 155.8 | 0.9 | 0.39 |
| Hex | A | BF | 76 | 5F | 0 | 26 | 19 | 9C | 5A | 27 |
| Octal | 12 | 277 | 166 | 137 | 0 | 46 | 31 | 234 | 132 | 47 |
| Binary | 1010 | 10111111 | 1110110 | 1011111 | 0 | 100110 | 11001 | 10011100 | 1011010 | 100111 |
Color Harmonies of #0ABF76
Complementary color
Monochromatic Colors of #0ABF76
Black with #0ABF76
Text Example
Text Example
White with #0ABF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABF76; }
p { color: rgb(10,191,118); }
H1.HeaderClassName
{
color: #0ABF76;
}
.AnyTagClassName
{
color: #0ABF76;
}
</style>
background-color css
<style>
a { background-color: #0ABF76; }
a { background-color: rgb(10,191,118); }
div.DivClassName
{
background-color: #0ABF76;
}
.BgClassName
{
background-color: #0ABF76;
}
</style>
border-color css
<style>
span { border-color: #0ABF76; }
span { border-color: rgb(10,191,118); }
td.TdClassName
{
border-color: #0ABF76;
}
.TagClassName
{
border-color: #0ABF76;
}
</style>