Shades of Mountain Meadow #10CA7B
Tints of Mountain Meadow #10CA7B
RGB
CMYK
RGB Variations
Color information
#10CA7B (or 0x10CA7B) is known color: Mountain Meadow. HEX triplet: 10, CA and 7B. RGB value is (16,202,123). Sum of RGB (Red+Green+Blue) = 16+202+123=341 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.69% from 341); Green value is 202 (79.30% from 255 or 59.24% from 341); Blue value is 123 (48.44% from 255 or 36.07% from 341); Max value from RGB is 202 - color contains mainly: green. Hex color #10CA7B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10CA7B is #EF3584. Grayscale: #898989. Windows color (decimal): -15676805 or 8112656. OLE color: 8112656.
HSL color Cylindrical-coordinate representation of color #10CA7B: hue angle of 154.52º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10CA7B is Cyan = 0.92, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 16 | 202 | 123 | - |
| CMYK | 0.92 | 0 | 0.39 | 0.21 |
| HSL | 154.52º | 0.85% | 0.43% | - |
| HSV(B) | 154.52º | 0.92% | 0.79% | - |
| XYZ | 24.91 | 43.78 | 25.88 | - |
| YUV | 137.38 | 119.88 | 41.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 202 | 123 | 0.92 | 0 | 0.39 | 0.21 | 154.52 | 0.85 | 0.43 |
| Hex | 10 | CA | 7B | 5C | 0 | 27 | 15 | 9B | 55 | 2B |
| Octal | 20 | 312 | 173 | 134 | 0 | 47 | 25 | 233 | 125 | 53 |
| Binary | 10000 | 11001010 | 1111011 | 1011100 | 0 | 100111 | 10101 | 10011011 | 1010101 | 101011 |
Color Harmonies of #10CA7B
Complementary color
Monochromatic Colors of #10CA7B
Black with #10CA7B
Text Example
Text Example
White with #10CA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CA7B; }
p { color: rgb(16,202,123); }
H1.HeaderClassName
{
color: #10CA7B;
}
.AnyTagClassName
{
color: #10CA7B;
}
</style>
background-color css
<style>
a { background-color: #10CA7B; }
a { background-color: rgb(16,202,123); }
div.DivClassName
{
background-color: #10CA7B;
}
.BgClassName
{
background-color: #10CA7B;
}
</style>
border-color css
<style>
span { border-color: #10CA7B; }
span { border-color: rgb(16,202,123); }
td.TdClassName
{
border-color: #10CA7B;
}
.TagClassName
{
border-color: #10CA7B;
}
</style>