Shades of Mountain Meadow #26C97D
Tints of Mountain Meadow #26C97D
RGB
CMYK
RGB Variations
Color information
#26C97D (or 0x26C97D) is known color: Mountain Meadow. HEX triplet: 26, C9 and 7D. RGB value is (38,201,125). Sum of RGB (Red+Green+Blue) = 38+201+125=364 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.44% from 364); Green value is 201 (78.91% from 255 or 55.22% from 364); Blue value is 125 (49.22% from 255 or 34.34% from 364); Max value from RGB is 201 - color contains mainly: green. Hex color #26C97D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #26C97D is #D93682. Grayscale: #8F8F8F. Windows color (decimal): -14235267 or 8243494. OLE color: 8243494.
HSL color Cylindrical-coordinate representation of color #26C97D: hue angle of 152.02º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #26C97D is Cyan = 0.81, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 38 | 201 | 125 | - |
| CMYK | 0.81 | 0 | 0.38 | 0.21 |
| HSL | 152.02º | 0.68% | 0.47% | - |
| HSV(B) | 152.02º | 0.81% | 0.79% | - |
| XYZ | 25.39 | 43.67 | 26.49 | - |
| YUV | 143.6 | 117.5 | 52.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 201 | 125 | 0.81 | 0 | 0.38 | 0.21 | 152.02 | 0.68 | 0.47 |
| Hex | 26 | C9 | 7D | 51 | 0 | 26 | 15 | 98 | 44 | 2F |
| Octal | 46 | 311 | 175 | 121 | 0 | 46 | 25 | 230 | 104 | 57 |
| Binary | 100110 | 11001001 | 1111101 | 1010001 | 0 | 100110 | 10101 | 10011000 | 1000100 | 101111 |
Color Harmonies of #26C97D
Complementary color
Monochromatic Colors of #26C97D
Black with #26C97D
Text Example
Text Example
White with #26C97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26C97D; }
p { color: rgb(38,201,125); }
H1.HeaderClassName
{
color: #26C97D;
}
.AnyTagClassName
{
color: #26C97D;
}
</style>
background-color css
<style>
a { background-color: #26C97D; }
a { background-color: rgb(38,201,125); }
div.DivClassName
{
background-color: #26C97D;
}
.BgClassName
{
background-color: #26C97D;
}
</style>
border-color css
<style>
span { border-color: #26C97D; }
span { border-color: rgb(38,201,125); }
td.TdClassName
{
border-color: #26C97D;
}
.TagClassName
{
border-color: #26C97D;
}
</style>