Shades of Mountain Meadow #26C47C
Tints of Mountain Meadow #26C47C
RGB
CMYK
RGB Variations
Color information
#26C47C (or 0x26C47C) is known color: Mountain Meadow. HEX triplet: 26, C4 and 7C. RGB value is (38,196,124). Sum of RGB (Red+Green+Blue) = 38+196+124=358 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.61% from 358); Green value is 196 (76.95% from 255 or 54.75% from 358); Blue value is 124 (48.83% from 255 or 34.64% from 358); Max value from RGB is 196 - color contains mainly: green. Hex color #26C47C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #26C47C is #D93B83. Grayscale: #8C8C8C. Windows color (decimal): -14236548 or 8176678. OLE color: 8176678.
HSL color Cylindrical-coordinate representation of color #26C47C: hue angle of 152.66º 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 #26C47C is Cyan = 0.81, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 38 | 196 | 124 | - |
| CMYK | 0.81 | 0 | 0.37 | 0.23 |
| HSL | 152.66º | 0.68% | 0.46% | - |
| HSV(B) | 152.66º | 0.81% | 0.77% | - |
| XYZ | 24.18 | 41.35 | 25.78 | - |
| YUV | 140.55 | 118.65 | 54.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 196 | 124 | 0.81 | 0 | 0.37 | 0.23 | 152.66 | 0.68 | 0.46 |
| Hex | 26 | C4 | 7C | 51 | 0 | 25 | 17 | 99 | 44 | 2E |
| Octal | 46 | 304 | 174 | 121 | 0 | 45 | 27 | 231 | 104 | 56 |
| Binary | 100110 | 11000100 | 1111100 | 1010001 | 0 | 100101 | 10111 | 10011001 | 1000100 | 101110 |
Color Harmonies of #26C47C
Complementary color
Monochromatic Colors of #26C47C
Black with #26C47C
Text Example
Text Example
White with #26C47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26C47C; }
p { color: rgb(38,196,124); }
H1.HeaderClassName
{
color: #26C47C;
}
.AnyTagClassName
{
color: #26C47C;
}
</style>
background-color css
<style>
a { background-color: #26C47C; }
a { background-color: rgb(38,196,124); }
div.DivClassName
{
background-color: #26C47C;
}
.BgClassName
{
background-color: #26C47C;
}
</style>
border-color css
<style>
span { border-color: #26C47C; }
span { border-color: rgb(38,196,124); }
td.TdClassName
{
border-color: #26C47C;
}
.TagClassName
{
border-color: #26C47C;
}
</style>