Shades of Mountain Meadow #0AC783
Tints of Mountain Meadow #0AC783
RGB
CMYK
RGB Variations
Color information
#0AC783 (or 0x0AC783) is known color: Mountain Meadow. HEX triplet: 0A, C7 and 83. RGB value is (10,199,131). Sum of RGB (Red+Green+Blue) = 10+199+131=340 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.94% from 340); Green value is 199 (78.12% from 255 or 58.53% from 340); Blue value is 131 (51.56% from 255 or 38.53% from 340); Max value from RGB is 199 - color contains mainly: green. Hex color #0AC783 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AC783 is #F5387C. Grayscale: #868686. Windows color (decimal): -16070781 or 8636170. OLE color: 8636170.
HSL color Cylindrical-coordinate representation of color #0AC783: hue angle of 158.41º 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 #0AC783 is Cyan = 0.95, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 10 | 199 | 131 | - |
| CMYK | 0.95 | 0 | 0.34 | 0.22 |
| HSL | 158.41º | 0.9% | 0.41% | - |
| HSV(B) | 158.41º | 0.95% | 0.78% | - |
| XYZ | 24.65 | 42.55 | 28.39 | - |
| YUV | 134.74 | 125.88 | 39.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 199 | 131 | 0.95 | 0 | 0.34 | 0.22 | 158.41 | 0.9 | 0.41 |
| Hex | A | C7 | 83 | 5F | 0 | 22 | 16 | 9E | 5A | 29 |
| Octal | 12 | 307 | 203 | 137 | 0 | 42 | 26 | 236 | 132 | 51 |
| Binary | 1010 | 11000111 | 10000011 | 1011111 | 0 | 100010 | 10110 | 10011110 | 1011010 | 101001 |
Color Harmonies of #0AC783
Complementary color
Monochromatic Colors of #0AC783
Black with #0AC783
Text Example
Text Example
White with #0AC783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC783; }
p { color: rgb(10,199,131); }
H1.HeaderClassName
{
color: #0AC783;
}
.AnyTagClassName
{
color: #0AC783;
}
</style>
background-color css
<style>
a { background-color: #0AC783; }
a { background-color: rgb(10,199,131); }
div.DivClassName
{
background-color: #0AC783;
}
.BgClassName
{
background-color: #0AC783;
}
</style>
border-color css
<style>
span { border-color: #0AC783; }
span { border-color: rgb(10,199,131); }
td.TdClassName
{
border-color: #0AC783;
}
.TagClassName
{
border-color: #0AC783;
}
</style>