Shades of Mountain Meadow #10C28A
Tints of Mountain Meadow #10C28A
RGB
CMYK
RGB Variations
Color information
#10C28A (or 0x10C28A) is known color: Mountain Meadow. HEX triplet: 10, C2 and 8A. RGB value is (16,194,138). Sum of RGB (Red+Green+Blue) = 16+194+138=348 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.60% from 348); Green value is 194 (76.17% from 255 or 55.75% from 348); Blue value is 138 (54.30% from 255 or 39.66% from 348); Max value from RGB is 194 - color contains mainly: green. Hex color #10C28A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10C28A is #EF3D75. Grayscale: #868686. Windows color (decimal): -15678838 or 9093648. OLE color: 9093648.
HSL color Cylindrical-coordinate representation of color #10C28A: hue angle of 161.12º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C28A is Cyan = 0.92, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 194 | 138 | - |
| CMYK | 0.92 | 0 | 0.29 | 0.24 |
| HSL | 161.12º | 0.85% | 0.41% | - |
| HSV(B) | 161.12º | 0.92% | 0.76% | - |
| XYZ | 24.09 | 40.53 | 30.6 | - |
| YUV | 134.39 | 130.03 | 43.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 194 | 138 | 0.92 | 0 | 0.29 | 0.24 | 161.12 | 0.85 | 0.41 |
| Hex | 10 | C2 | 8A | 5C | 0 | 1D | 18 | A1 | 55 | 29 |
| Octal | 20 | 302 | 212 | 134 | 0 | 35 | 30 | 241 | 125 | 51 |
| Binary | 10000 | 11000010 | 10001010 | 1011100 | 0 | 11101 | 11000 | 10100001 | 1010101 | 101001 |
Color Harmonies of #10C28A
Complementary color
Monochromatic Colors of #10C28A
Black with #10C28A
Text Example
Text Example
White with #10C28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C28A; }
p { color: rgb(16,194,138); }
H1.HeaderClassName
{
color: #10C28A;
}
.AnyTagClassName
{
color: #10C28A;
}
</style>
background-color css
<style>
a { background-color: #10C28A; }
a { background-color: rgb(16,194,138); }
div.DivClassName
{
background-color: #10C28A;
}
.BgClassName
{
background-color: #10C28A;
}
</style>
border-color css
<style>
span { border-color: #10C28A; }
span { border-color: rgb(16,194,138); }
td.TdClassName
{
border-color: #10C28A;
}
.TagClassName
{
border-color: #10C28A;
}
</style>