Shades of Mountain Meadow #0AC47B
Tints of Mountain Meadow #0AC47B
RGB
CMYK
RGB Variations
Color information
#0AC47B (or 0x0AC47B) is known color: Mountain Meadow. HEX triplet: 0A, C4 and 7B. RGB value is (10,196,123). Sum of RGB (Red+Green+Blue) = 10+196+123=329 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.04% from 329); Green value is 196 (76.95% from 255 or 59.57% from 329); Blue value is 123 (48.44% from 255 or 37.39% from 329); Max value from RGB is 196 - color contains mainly: green. Hex color #0AC47B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AC47B is #F53B84. Grayscale: #848484. Windows color (decimal): -16071557 or 8111114. OLE color: 8111114.
HSL color Cylindrical-coordinate representation of color #0AC47B: hue angle of 156.45º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC47B is Cyan = 0.95, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 10 | 196 | 123 | - |
| CMYK | 0.95 | 0 | 0.37 | 0.23 |
| HSL | 156.45º | 0.9% | 0.4% | - |
| HSV(B) | 156.45º | 0.95% | 0.77% | - |
| XYZ | 23.44 | 40.97 | 25.41 | - |
| YUV | 132.06 | 122.88 | 40.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 196 | 123 | 0.95 | 0 | 0.37 | 0.23 | 156.45 | 0.9 | 0.4 |
| Hex | A | C4 | 7B | 5F | 0 | 25 | 17 | 9C | 5A | 28 |
| Octal | 12 | 304 | 173 | 137 | 0 | 45 | 27 | 234 | 132 | 50 |
| Binary | 1010 | 11000100 | 1111011 | 1011111 | 0 | 100101 | 10111 | 10011100 | 1011010 | 101000 |
Color Harmonies of #0AC47B
Complementary color
Monochromatic Colors of #0AC47B
Black with #0AC47B
Text Example
Text Example
White with #0AC47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC47B; }
p { color: rgb(10,196,123); }
H1.HeaderClassName
{
color: #0AC47B;
}
.AnyTagClassName
{
color: #0AC47B;
}
</style>
background-color css
<style>
a { background-color: #0AC47B; }
a { background-color: rgb(10,196,123); }
div.DivClassName
{
background-color: #0AC47B;
}
.BgClassName
{
background-color: #0AC47B;
}
</style>
border-color css
<style>
span { border-color: #0AC47B; }
span { border-color: rgb(10,196,123); }
td.TdClassName
{
border-color: #0AC47B;
}
.TagClassName
{
border-color: #0AC47B;
}
</style>