Shades of Mountain Meadow #0AC678
Tints of Mountain Meadow #0AC678
RGB
CMYK
RGB Variations
Color information
#0AC678 (or 0x0AC678) is known color: Mountain Meadow. HEX triplet: 0A, C6 and 78. RGB value is (10,198,120). Sum of RGB (Red+Green+Blue) = 10+198+120=328 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.05% from 328); Green value is 198 (77.73% from 255 or 60.37% from 328); Blue value is 120 (47.27% from 255 or 36.59% from 328); Max value from RGB is 198 - color contains mainly: green. Hex color #0AC678 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AC678 is #F53987. Grayscale: #858585. Windows color (decimal): -16071048 or 7915018. OLE color: 7915018.
HSL color Cylindrical-coordinate representation of color #0AC678: hue angle of 155.11º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC678 is Cyan = 0.95, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 10 | 198 | 120 | - |
| CMYK | 0.95 | 0 | 0.39 | 0.22 |
| HSL | 155.11º | 0.9% | 0.41% | - |
| HSV(B) | 155.11º | 0.95% | 0.78% | - |
| XYZ | 23.71 | 41.81 | 24.59 | - |
| YUV | 132.9 | 120.72 | 40.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 198 | 120 | 0.95 | 0 | 0.39 | 0.22 | 155.11 | 0.9 | 0.41 |
| Hex | A | C6 | 78 | 5F | 0 | 27 | 16 | 9B | 5A | 29 |
| Octal | 12 | 306 | 170 | 137 | 0 | 47 | 26 | 233 | 132 | 51 |
| Binary | 1010 | 11000110 | 1111000 | 1011111 | 0 | 100111 | 10110 | 10011011 | 1011010 | 101001 |
Color Harmonies of #0AC678
Complementary color
Monochromatic Colors of #0AC678
Black with #0AC678
Text Example
Text Example
White with #0AC678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC678; }
p { color: rgb(10,198,120); }
H1.HeaderClassName
{
color: #0AC678;
}
.AnyTagClassName
{
color: #0AC678;
}
</style>
background-color css
<style>
a { background-color: #0AC678; }
a { background-color: rgb(10,198,120); }
div.DivClassName
{
background-color: #0AC678;
}
.BgClassName
{
background-color: #0AC678;
}
</style>
border-color css
<style>
span { border-color: #0AC678; }
span { border-color: rgb(10,198,120); }
td.TdClassName
{
border-color: #0AC678;
}
.TagClassName
{
border-color: #0AC678;
}
</style>