Shades of Mountain Meadow #26C07F
Tints of Mountain Meadow #26C07F
RGB
CMYK
RGB Variations
Color information
#26C07F (or 0x26C07F) is known color: Mountain Meadow. HEX triplet: 26, C0 and 7F. RGB value is (38,192,127). Sum of RGB (Red+Green+Blue) = 38+192+127=357 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.64% from 357); Green value is 192 (75.39% from 255 or 53.78% from 357); Blue value is 127 (50% from 255 or 35.57% from 357); Max value from RGB is 192 - color contains mainly: green. Hex color #26C07F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #26C07F is #D93F80. Grayscale: #8A8A8A. Windows color (decimal): -14237569 or 8372262. OLE color: 8372262.
HSL color Cylindrical-coordinate representation of color #26C07F: hue angle of 154.68º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26C07F is Cyan = 0.80, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 38 | 192 | 127 | - |
| CMYK | 0.80 | 0 | 0.34 | 0.25 |
| HSL | 154.68º | 0.67% | 0.45% | - |
| HSV(B) | 154.68º | 0.8% | 0.75% | - |
| XYZ | 23.48 | 39.64 | 26.49 | - |
| YUV | 138.54 | 121.48 | 56.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 192 | 127 | 0.80 | 0 | 0.34 | 0.25 | 154.68 | 0.67 | 0.45 |
| Hex | 26 | C0 | 7F | 50 | 0 | 22 | 19 | 9B | 43 | 2D |
| Octal | 46 | 300 | 177 | 120 | 0 | 42 | 31 | 233 | 103 | 55 |
| Binary | 100110 | 11000000 | 1111111 | 1010000 | 0 | 100010 | 11001 | 10011011 | 1000011 | 101101 |
Color Harmonies of #26C07F
Complementary color
Monochromatic Colors of #26C07F
Black with #26C07F
Text Example
Text Example
White with #26C07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26C07F; }
p { color: rgb(38,192,127); }
H1.HeaderClassName
{
color: #26C07F;
}
.AnyTagClassName
{
color: #26C07F;
}
</style>
background-color css
<style>
a { background-color: #26C07F; }
a { background-color: rgb(38,192,127); }
div.DivClassName
{
background-color: #26C07F;
}
.BgClassName
{
background-color: #26C07F;
}
</style>
border-color css
<style>
span { border-color: #26C07F; }
span { border-color: rgb(38,192,127); }
td.TdClassName
{
border-color: #26C07F;
}
.TagClassName
{
border-color: #26C07F;
}
</style>