Shades of Mountain Meadow #10C481
Tints of Mountain Meadow #10C481
RGB
CMYK
RGB Variations
Color information
#10C481 (or 0x10C481) is known color: Mountain Meadow. HEX triplet: 10, C4 and 81. RGB value is (16,196,129). Sum of RGB (Red+Green+Blue) = 16+196+129=341 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.69% from 341); Green value is 196 (76.95% from 255 or 57.48% from 341); Blue value is 129 (50.78% from 255 or 37.83% from 341); Max value from RGB is 196 - color contains mainly: green. Hex color #10C481 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10C481 is #EF3B7E. Grayscale: #868686. Windows color (decimal): -15678335 or 8504336. OLE color: 8504336.
HSL color Cylindrical-coordinate representation of color #10C481: hue angle of 157.67º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C481 is Cyan = 0.92, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 16 | 196 | 129 | - |
| CMYK | 0.92 | 0 | 0.34 | 0.23 |
| HSL | 157.67º | 0.85% | 0.42% | - |
| HSV(B) | 157.67º | 0.92% | 0.77% | - |
| XYZ | 23.92 | 41.18 | 27.46 | - |
| YUV | 134.54 | 124.87 | 43.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 196 | 129 | 0.92 | 0 | 0.34 | 0.23 | 157.67 | 0.85 | 0.42 |
| Hex | 10 | C4 | 81 | 5C | 0 | 22 | 17 | 9E | 55 | 2A |
| Octal | 20 | 304 | 201 | 134 | 0 | 42 | 27 | 236 | 125 | 52 |
| Binary | 10000 | 11000100 | 10000001 | 1011100 | 0 | 100010 | 10111 | 10011110 | 1010101 | 101010 |
Color Harmonies of #10C481
Complementary color
Monochromatic Colors of #10C481
Black with #10C481
Text Example
Text Example
White with #10C481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C481; }
p { color: rgb(16,196,129); }
H1.HeaderClassName
{
color: #10C481;
}
.AnyTagClassName
{
color: #10C481;
}
</style>
background-color css
<style>
a { background-color: #10C481; }
a { background-color: rgb(16,196,129); }
div.DivClassName
{
background-color: #10C481;
}
.BgClassName
{
background-color: #10C481;
}
</style>
border-color css
<style>
span { border-color: #10C481; }
span { border-color: rgb(16,196,129); }
td.TdClassName
{
border-color: #10C481;
}
.TagClassName
{
border-color: #10C481;
}
</style>