Shades of Mountain Meadow #26C478
Tints of Mountain Meadow #26C478
RGB
CMYK
RGB Variations
Color information
#26C478 (or 0x26C478) is known color: Mountain Meadow. HEX triplet: 26, C4 and 78. RGB value is (38,196,120). Sum of RGB (Red+Green+Blue) = 38+196+120=354 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.73% from 354); Green value is 196 (76.95% from 255 or 55.37% from 354); Blue value is 120 (47.27% from 255 or 33.90% from 354); Max value from RGB is 196 - color contains mainly: green. Hex color #26C478 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #26C478 is #D93B87. Grayscale: #8C8C8C. Windows color (decimal): -14236552 or 7914534. OLE color: 7914534.
HSL color Cylindrical-coordinate representation of color #26C478: hue angle of 151.14º 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 #26C478 is Cyan = 0.81, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 38 | 196 | 120 | - |
| CMYK | 0.81 | 0 | 0.39 | 0.23 |
| HSL | 151.14º | 0.68% | 0.46% | - |
| HSV(B) | 151.14º | 0.81% | 0.77% | - |
| XYZ | 23.93 | 41.25 | 24.47 | - |
| YUV | 140.09 | 116.65 | 55.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 196 | 120 | 0.81 | 0 | 0.39 | 0.23 | 151.14 | 0.68 | 0.46 |
| Hex | 26 | C4 | 78 | 51 | 0 | 27 | 17 | 97 | 44 | 2E |
| Octal | 46 | 304 | 170 | 121 | 0 | 47 | 27 | 227 | 104 | 56 |
| Binary | 100110 | 11000100 | 1111000 | 1010001 | 0 | 100111 | 10111 | 10010111 | 1000100 | 101110 |
Color Harmonies of #26C478
Complementary color
Monochromatic Colors of #26C478
Black with #26C478
Text Example
Text Example
White with #26C478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26C478; }
p { color: rgb(38,196,120); }
H1.HeaderClassName
{
color: #26C478;
}
.AnyTagClassName
{
color: #26C478;
}
</style>
background-color css
<style>
a { background-color: #26C478; }
a { background-color: rgb(38,196,120); }
div.DivClassName
{
background-color: #26C478;
}
.BgClassName
{
background-color: #26C478;
}
</style>
border-color css
<style>
span { border-color: #26C478; }
span { border-color: rgb(38,196,120); }
td.TdClassName
{
border-color: #26C478;
}
.TagClassName
{
border-color: #26C478;
}
</style>