Shades of Mountain Meadow #0AC282
Tints of Mountain Meadow #0AC282
RGB
CMYK
RGB Variations
Color information
#0AC282 (or 0x0AC282) is known color: Mountain Meadow. HEX triplet: 0A, C2 and 82. RGB value is (10,194,130). Sum of RGB (Red+Green+Blue) = 10+194+130=334 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.99% from 334); Green value is 194 (76.17% from 255 or 58.08% from 334); Blue value is 130 (51.17% from 255 or 38.92% from 334); Max value from RGB is 194 - color contains mainly: green. Hex color #0AC282 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AC282 is #F53D7D. Grayscale: #838383. Windows color (decimal): -16072062 or 8569354. OLE color: 8569354.
HSL color Cylindrical-coordinate representation of color #0AC282: hue angle of 159.13º 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 #0AC282 is Cyan = 0.95, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 10 | 194 | 130 | - |
| CMYK | 0.95 | 0 | 0.33 | 0.24 |
| HSL | 159.13º | 0.9% | 0.4% | - |
| HSV(B) | 159.13º | 0.95% | 0.76% | - |
| XYZ | 23.45 | 40.26 | 27.65 | - |
| YUV | 131.69 | 127.04 | 41.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 194 | 130 | 0.95 | 0 | 0.33 | 0.24 | 159.13 | 0.9 | 0.4 |
| Hex | A | C2 | 82 | 5F | 0 | 21 | 18 | 9F | 5A | 28 |
| Octal | 12 | 302 | 202 | 137 | 0 | 41 | 30 | 237 | 132 | 50 |
| Binary | 1010 | 11000010 | 10000010 | 1011111 | 0 | 100001 | 11000 | 10011111 | 1011010 | 101000 |
Color Harmonies of #0AC282
Complementary color
Monochromatic Colors of #0AC282
Black with #0AC282
Text Example
Text Example
White with #0AC282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC282; }
p { color: rgb(10,194,130); }
H1.HeaderClassName
{
color: #0AC282;
}
.AnyTagClassName
{
color: #0AC282;
}
</style>
background-color css
<style>
a { background-color: #0AC282; }
a { background-color: rgb(10,194,130); }
div.DivClassName
{
background-color: #0AC282;
}
.BgClassName
{
background-color: #0AC282;
}
</style>
border-color css
<style>
span { border-color: #0AC282; }
span { border-color: rgb(10,194,130); }
td.TdClassName
{
border-color: #0AC282;
}
.TagClassName
{
border-color: #0AC282;
}
</style>