Shades of Mountain Meadow #26C580
Tints of Mountain Meadow #26C580
RGB
CMYK
RGB Variations
Color information
#26C580 (or 0x26C580) is known color: Mountain Meadow. HEX triplet: 26, C5 and 80. RGB value is (38,197,128). Sum of RGB (Red+Green+Blue) = 38+197+128=363 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.47% from 363); Green value is 197 (77.34% from 255 or 54.27% from 363); Blue value is 128 (50.39% from 255 or 35.26% from 363); Max value from RGB is 197 - color contains mainly: green. Hex color #26C580 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #26C580 is #D93A7F. Grayscale: #8D8D8D. Windows color (decimal): -14236288 or 8439078. OLE color: 8439078.
HSL color Cylindrical-coordinate representation of color #26C580: hue angle of 153.96º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #26C580 is Cyan = 0.81, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 38 | 197 | 128 | - |
| CMYK | 0.81 | 0 | 0.35 | 0.23 |
| HSL | 153.96º | 0.68% | 0.46% | - |
| HSV(B) | 153.96º | 0.81% | 0.77% | - |
| XYZ | 24.66 | 41.9 | 27.21 | - |
| YUV | 141.59 | 120.32 | 54.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 197 | 128 | 0.81 | 0 | 0.35 | 0.23 | 153.96 | 0.68 | 0.46 |
| Hex | 26 | C5 | 80 | 51 | 0 | 23 | 17 | 9A | 44 | 2E |
| Octal | 46 | 305 | 200 | 121 | 0 | 43 | 27 | 232 | 104 | 56 |
| Binary | 100110 | 11000101 | 10000000 | 1010001 | 0 | 100011 | 10111 | 10011010 | 1000100 | 101110 |
Color Harmonies of #26C580
Complementary color
Monochromatic Colors of #26C580
Black with #26C580
Text Example
Text Example
White with #26C580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26C580; }
p { color: rgb(38,197,128); }
H1.HeaderClassName
{
color: #26C580;
}
.AnyTagClassName
{
color: #26C580;
}
</style>
background-color css
<style>
a { background-color: #26C580; }
a { background-color: rgb(38,197,128); }
div.DivClassName
{
background-color: #26C580;
}
.BgClassName
{
background-color: #26C580;
}
</style>
border-color css
<style>
span { border-color: #26C580; }
span { border-color: rgb(38,197,128); }
td.TdClassName
{
border-color: #26C580;
}
.TagClassName
{
border-color: #26C580;
}
</style>