Shades of Mountain Meadow #0AC37E
Tints of Mountain Meadow #0AC37E
RGB
CMYK
RGB Variations
Color information
#0AC37E (or 0x0AC37E) is known color: Mountain Meadow. HEX triplet: 0A, C3 and 7E. RGB value is (10,195,126). Sum of RGB (Red+Green+Blue) = 10+195+126=331 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.02% from 331); Green value is 195 (76.56% from 255 or 58.91% from 331); Blue value is 126 (49.61% from 255 or 38.07% from 331); Max value from RGB is 195 - color contains mainly: green. Hex color #0AC37E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AC37E is #F53C81. Grayscale: #838383. Windows color (decimal): -16071810 or 8307466. OLE color: 8307466.
HSL color Cylindrical-coordinate representation of color #0AC37E: hue angle of 157.62º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC37E is Cyan = 0.95, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 10 | 195 | 126 | - |
| CMYK | 0.95 | 0 | 0.35 | 0.24 |
| HSL | 157.62º | 0.9% | 0.4% | - |
| HSV(B) | 157.62º | 0.95% | 0.76% | - |
| XYZ | 23.41 | 40.6 | 26.34 | - |
| YUV | 131.82 | 124.71 | 41.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 195 | 126 | 0.95 | 0 | 0.35 | 0.24 | 157.62 | 0.9 | 0.4 |
| Hex | A | C3 | 7E | 5F | 0 | 23 | 18 | 9E | 5A | 28 |
| Octal | 12 | 303 | 176 | 137 | 0 | 43 | 30 | 236 | 132 | 50 |
| Binary | 1010 | 11000011 | 1111110 | 1011111 | 0 | 100011 | 11000 | 10011110 | 1011010 | 101000 |
Color Harmonies of #0AC37E
Complementary color
Monochromatic Colors of #0AC37E
Black with #0AC37E
Text Example
Text Example
White with #0AC37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC37E; }
p { color: rgb(10,195,126); }
H1.HeaderClassName
{
color: #0AC37E;
}
.AnyTagClassName
{
color: #0AC37E;
}
</style>
background-color css
<style>
a { background-color: #0AC37E; }
a { background-color: rgb(10,195,126); }
div.DivClassName
{
background-color: #0AC37E;
}
.BgClassName
{
background-color: #0AC37E;
}
</style>
border-color css
<style>
span { border-color: #0AC37E; }
span { border-color: rgb(10,195,126); }
td.TdClassName
{
border-color: #0AC37E;
}
.TagClassName
{
border-color: #0AC37E;
}
</style>