Shades of Mountain Meadow #10CF7A
Tints of Mountain Meadow #10CF7A
RGB
CMYK
RGB Variations
Color information
#10CF7A (or 0x10CF7A) is known color: Mountain Meadow. HEX triplet: 10, CF and 7A. RGB value is (16,207,122). Sum of RGB (Red+Green+Blue) = 16+207+122=345 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.64% from 345); Green value is 207 (81.25% from 255 or 60% from 345); Blue value is 122 (48.05% from 255 or 35.36% from 345); Max value from RGB is 207 - color contains mainly: green. Hex color #10CF7A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10CF7A is #EF3085. Grayscale: #8C8C8C. Windows color (decimal): -15675526 or 8048400. OLE color: 8048400.
HSL color Cylindrical-coordinate representation of color #10CF7A: hue angle of 153.3º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10CF7A is Cyan = 0.92, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 207 | 122 | - |
| CMYK | 0.92 | 0 | 0.41 | 0.19 |
| HSL | 153.3º | 0.86% | 0.44% | - |
| HSV(B) | 153.3º | 0.92% | 0.81% | - |
| XYZ | 26.04 | 46.14 | 25.95 | - |
| YUV | 140.2 | 117.72 | 39.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 207 | 122 | 0.92 | 0 | 0.41 | 0.19 | 153.3 | 0.86 | 0.44 |
| Hex | 10 | CF | 7A | 5C | 0 | 29 | 13 | 99 | 56 | 2C |
| Octal | 20 | 317 | 172 | 134 | 0 | 51 | 23 | 231 | 126 | 54 |
| Binary | 10000 | 11001111 | 1111010 | 1011100 | 0 | 101001 | 10011 | 10011001 | 1010110 | 101100 |
Color Harmonies of #10CF7A
Complementary color
Monochromatic Colors of #10CF7A
Black with #10CF7A
Text Example
Text Example
White with #10CF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CF7A; }
p { color: rgb(16,207,122); }
H1.HeaderClassName
{
color: #10CF7A;
}
.AnyTagClassName
{
color: #10CF7A;
}
</style>
background-color css
<style>
a { background-color: #10CF7A; }
a { background-color: rgb(16,207,122); }
div.DivClassName
{
background-color: #10CF7A;
}
.BgClassName
{
background-color: #10CF7A;
}
</style>
border-color css
<style>
span { border-color: #10CF7A; }
span { border-color: rgb(16,207,122); }
td.TdClassName
{
border-color: #10CF7A;
}
.TagClassName
{
border-color: #10CF7A;
}
</style>