Shades of Mountain Meadow #0AC478
Tints of Mountain Meadow #0AC478
RGB
CMYK
RGB Variations
Color information
#0AC478 (or 0x0AC478) is known color: Mountain Meadow. HEX triplet: 0A, C4 and 78. RGB value is (10,196,120). Sum of RGB (Red+Green+Blue) = 10+196+120=326 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.07% from 326); Green value is 196 (76.95% from 255 or 60.12% from 326); Blue value is 120 (47.27% from 255 or 36.81% from 326); Max value from RGB is 196 - color contains mainly: green. Hex color #0AC478 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AC478 is #F53B87. Grayscale: #838383. Windows color (decimal): -16071560 or 7914506. OLE color: 7914506.
HSL color Cylindrical-coordinate representation of color #0AC478: hue angle of 155.48º 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 #0AC478 is Cyan = 0.95, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 10 | 196 | 120 | - |
| CMYK | 0.95 | 0 | 0.39 | 0.23 |
| HSL | 155.48º | 0.9% | 0.4% | - |
| HSV(B) | 155.48º | 0.95% | 0.77% | - |
| XYZ | 23.26 | 40.9 | 24.44 | - |
| YUV | 131.72 | 121.38 | 41.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 196 | 120 | 0.95 | 0 | 0.39 | 0.23 | 155.48 | 0.9 | 0.4 |
| Hex | A | C4 | 78 | 5F | 0 | 27 | 17 | 9B | 5A | 28 |
| Octal | 12 | 304 | 170 | 137 | 0 | 47 | 27 | 233 | 132 | 50 |
| Binary | 1010 | 11000100 | 1111000 | 1011111 | 0 | 100111 | 10111 | 10011011 | 1011010 | 101000 |
Color Harmonies of #0AC478
Complementary color
Monochromatic Colors of #0AC478
Black with #0AC478
Text Example
Text Example
White with #0AC478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC478; }
p { color: rgb(10,196,120); }
H1.HeaderClassName
{
color: #0AC478;
}
.AnyTagClassName
{
color: #0AC478;
}
</style>
background-color css
<style>
a { background-color: #0AC478; }
a { background-color: rgb(10,196,120); }
div.DivClassName
{
background-color: #0AC478;
}
.BgClassName
{
background-color: #0AC478;
}
</style>
border-color css
<style>
span { border-color: #0AC478; }
span { border-color: rgb(10,196,120); }
td.TdClassName
{
border-color: #0AC478;
}
.TagClassName
{
border-color: #0AC478;
}
</style>