Shades of Mountain Meadow #0AC27D
Tints of Mountain Meadow #0AC27D
RGB
CMYK
RGB Variations
Color information
#0AC27D (or 0x0AC27D) is known color: Mountain Meadow. HEX triplet: 0A, C2 and 7D. RGB value is (10,194,125). Sum of RGB (Red+Green+Blue) = 10+194+125=329 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.04% from 329); Green value is 194 (76.17% from 255 or 58.97% from 329); Blue value is 125 (49.22% from 255 or 37.99% from 329); Max value from RGB is 194 - color contains mainly: green. Hex color #0AC27D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AC27D is #F53D82. Grayscale: #838383. Windows color (decimal): -16072067 or 8241674. OLE color: 8241674.
HSL color Cylindrical-coordinate representation of color #0AC27D: hue angle of 157.5º 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 #0AC27D is Cyan = 0.95, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 10 | 194 | 125 | - |
| CMYK | 0.95 | 0 | 0.36 | 0.24 |
| HSL | 157.5º | 0.9% | 0.4% | - |
| HSV(B) | 157.5º | 0.95% | 0.76% | - |
| XYZ | 23.12 | 40.13 | 25.93 | - |
| YUV | 131.12 | 124.54 | 41.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 194 | 125 | 0.95 | 0 | 0.36 | 0.24 | 157.5 | 0.9 | 0.4 |
| Hex | A | C2 | 7D | 5F | 0 | 24 | 18 | 9E | 5A | 28 |
| Octal | 12 | 302 | 175 | 137 | 0 | 44 | 30 | 236 | 132 | 50 |
| Binary | 1010 | 11000010 | 1111101 | 1011111 | 0 | 100100 | 11000 | 10011110 | 1011010 | 101000 |
Color Harmonies of #0AC27D
Complementary color
Monochromatic Colors of #0AC27D
Black with #0AC27D
Text Example
Text Example
White with #0AC27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC27D; }
p { color: rgb(10,194,125); }
H1.HeaderClassName
{
color: #0AC27D;
}
.AnyTagClassName
{
color: #0AC27D;
}
</style>
background-color css
<style>
a { background-color: #0AC27D; }
a { background-color: rgb(10,194,125); }
div.DivClassName
{
background-color: #0AC27D;
}
.BgClassName
{
background-color: #0AC27D;
}
</style>
border-color css
<style>
span { border-color: #0AC27D; }
span { border-color: rgb(10,194,125); }
td.TdClassName
{
border-color: #0AC27D;
}
.TagClassName
{
border-color: #0AC27D;
}
</style>