Shades of Mountain Meadow #10CB7F
Tints of Mountain Meadow #10CB7F
RGB
CMYK
RGB Variations
Color information
#10CB7F (or 0x10CB7F) is known color: Mountain Meadow. HEX triplet: 10, CB and 7F. RGB value is (16,203,127). Sum of RGB (Red+Green+Blue) = 16+203+127=346 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.62% from 346); Green value is 203 (79.69% from 255 or 58.67% from 346); Blue value is 127 (50% from 255 or 36.71% from 346); Max value from RGB is 203 - color contains mainly: green. Hex color #10CB7F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10CB7F is #EF3480. Grayscale: #8A8A8A. Windows color (decimal): -15676545 or 8375056. OLE color: 8375056.
HSL color Cylindrical-coordinate representation of color #10CB7F: hue angle of 155.61º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10CB7F is Cyan = 0.92, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 16 | 203 | 127 | - |
| CMYK | 0.92 | 0 | 0.37 | 0.20 |
| HSL | 155.62º | 0.85% | 0.43% | - |
| HSV(B) | 155.62º | 0.92% | 0.8% | - |
| XYZ | 25.4 | 44.35 | 27.3 | - |
| YUV | 138.42 | 121.55 | 40.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 203 | 127 | 0.92 | 0 | 0.37 | 0.20 | 155.62 | 0.85 | 0.43 |
| Hex | 10 | CB | 7F | 5C | 0 | 25 | 14 | 9C | 55 | 2B |
| Octal | 20 | 313 | 177 | 134 | 0 | 45 | 24 | 234 | 125 | 53 |
| Binary | 10000 | 11001011 | 1111111 | 1011100 | 0 | 100101 | 10100 | 10011100 | 1010101 | 101011 |
Color Harmonies of #10CB7F
Complementary color
Monochromatic Colors of #10CB7F
Black with #10CB7F
Text Example
Text Example
White with #10CB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CB7F; }
p { color: rgb(16,203,127); }
H1.HeaderClassName
{
color: #10CB7F;
}
.AnyTagClassName
{
color: #10CB7F;
}
</style>
background-color css
<style>
a { background-color: #10CB7F; }
a { background-color: rgb(16,203,127); }
div.DivClassName
{
background-color: #10CB7F;
}
.BgClassName
{
background-color: #10CB7F;
}
</style>
border-color css
<style>
span { border-color: #10CB7F; }
span { border-color: rgb(16,203,127); }
td.TdClassName
{
border-color: #10CB7F;
}
.TagClassName
{
border-color: #10CB7F;
}
</style>