Shades of Mountain Meadow #0AC77A
Tints of Mountain Meadow #0AC77A
RGB
CMYK
RGB Variations
Color information
#0AC77A (or 0x0AC77A) is known color: Mountain Meadow. HEX triplet: 0A, C7 and 7A. RGB value is (10,199,122). Sum of RGB (Red+Green+Blue) = 10+199+122=331 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.02% from 331); Green value is 199 (78.12% from 255 or 60.12% from 331); Blue value is 122 (48.05% from 255 or 36.86% from 331); Max value from RGB is 199 - color contains mainly: green. Hex color #0AC77A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AC77A is #F53885. Grayscale: #858585. Windows color (decimal): -16070790 or 8046346. OLE color: 8046346.
HSL color Cylindrical-coordinate representation of color #0AC77A: hue angle of 155.56º 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 #0AC77A is Cyan = 0.95, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 10 | 199 | 122 | - |
| CMYK | 0.95 | 0 | 0.39 | 0.22 |
| HSL | 155.56º | 0.9% | 0.41% | - |
| HSV(B) | 155.56º | 0.95% | 0.78% | - |
| XYZ | 24.06 | 42.32 | 25.31 | - |
| YUV | 133.71 | 121.38 | 39.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 199 | 122 | 0.95 | 0 | 0.39 | 0.22 | 155.56 | 0.9 | 0.41 |
| Hex | A | C7 | 7A | 5F | 0 | 27 | 16 | 9C | 5A | 29 |
| Octal | 12 | 307 | 172 | 137 | 0 | 47 | 26 | 234 | 132 | 51 |
| Binary | 1010 | 11000111 | 1111010 | 1011111 | 0 | 100111 | 10110 | 10011100 | 1011010 | 101001 |
Color Harmonies of #0AC77A
Complementary color
Monochromatic Colors of #0AC77A
Black with #0AC77A
Text Example
Text Example
White with #0AC77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC77A; }
p { color: rgb(10,199,122); }
H1.HeaderClassName
{
color: #0AC77A;
}
.AnyTagClassName
{
color: #0AC77A;
}
</style>
background-color css
<style>
a { background-color: #0AC77A; }
a { background-color: rgb(10,199,122); }
div.DivClassName
{
background-color: #0AC77A;
}
.BgClassName
{
background-color: #0AC77A;
}
</style>
border-color css
<style>
span { border-color: #0AC77A; }
span { border-color: rgb(10,199,122); }
td.TdClassName
{
border-color: #0AC77A;
}
.TagClassName
{
border-color: #0AC77A;
}
</style>