Shades of Mountain Meadow #26C87F
Tints of Mountain Meadow #26C87F
RGB
CMYK
RGB Variations
Color information
#26C87F (or 0x26C87F) is known color: Mountain Meadow. HEX triplet: 26, C8 and 7F. RGB value is (38,200,127). Sum of RGB (Red+Green+Blue) = 38+200+127=365 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.41% from 365); Green value is 200 (78.52% from 255 or 54.79% from 365); Blue value is 127 (50% from 255 or 34.79% from 365); Max value from RGB is 200 - color contains mainly: green. Hex color #26C87F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #26C87F is #D93780. Grayscale: #8F8F8F. Windows color (decimal): -14235521 or 8374310. OLE color: 8374310.
HSL color Cylindrical-coordinate representation of color #26C87F: hue angle of 152.96º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #26C87F is Cyan = 0.81, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 38 | 200 | 127 | - |
| CMYK | 0.81 | 0 | 0.36 | 0.22 |
| HSL | 152.96º | 0.68% | 0.47% | - |
| HSV(B) | 152.96º | 0.81% | 0.78% | - |
| XYZ | 25.28 | 43.25 | 27.09 | - |
| YUV | 143.24 | 118.83 | 52.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 200 | 127 | 0.81 | 0 | 0.36 | 0.22 | 152.96 | 0.68 | 0.47 |
| Hex | 26 | C8 | 7F | 51 | 0 | 24 | 16 | 99 | 44 | 2F |
| Octal | 46 | 310 | 177 | 121 | 0 | 44 | 26 | 231 | 104 | 57 |
| Binary | 100110 | 11001000 | 1111111 | 1010001 | 0 | 100100 | 10110 | 10011001 | 1000100 | 101111 |
Color Harmonies of #26C87F
Complementary color
Monochromatic Colors of #26C87F
Black with #26C87F
Text Example
Text Example
White with #26C87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26C87F; }
p { color: rgb(38,200,127); }
H1.HeaderClassName
{
color: #26C87F;
}
.AnyTagClassName
{
color: #26C87F;
}
</style>
background-color css
<style>
a { background-color: #26C87F; }
a { background-color: rgb(38,200,127); }
div.DivClassName
{
background-color: #26C87F;
}
.BgClassName
{
background-color: #26C87F;
}
</style>
border-color css
<style>
span { border-color: #26C87F; }
span { border-color: rgb(38,200,127); }
td.TdClassName
{
border-color: #26C87F;
}
.TagClassName
{
border-color: #26C87F;
}
</style>