Shades of Mountain Meadow #26C38A
Tints of Mountain Meadow #26C38A
RGB
CMYK
RGB Variations
Color information
#26C38A (or 0x26C38A) is known color: Mountain Meadow. HEX triplet: 26, C3 and 8A. RGB value is (38,195,138). Sum of RGB (Red+Green+Blue) = 38+195+138=371 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.24% from 371); Green value is 195 (76.56% from 255 or 52.56% from 371); Blue value is 138 (54.30% from 255 or 37.20% from 371); Max value from RGB is 195 - color contains mainly: green. Hex color #26C38A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #26C38A is #D93C75. Grayscale: #8D8D8D. Windows color (decimal): -14236790 or 9093926. OLE color: 9093926.
HSL color Cylindrical-coordinate representation of color #26C38A: hue angle of 158.22º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #26C38A is Cyan = 0.81, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 38 | 195 | 138 | - |
| CMYK | 0.81 | 0 | 0.29 | 0.24 |
| HSL | 158.22º | 0.67% | 0.46% | - |
| HSV(B) | 158.22º | 0.81% | 0.76% | - |
| XYZ | 24.9 | 41.28 | 30.7 | - |
| YUV | 141.56 | 125.99 | 54.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 195 | 138 | 0.81 | 0 | 0.29 | 0.24 | 158.22 | 0.67 | 0.46 |
| Hex | 26 | C3 | 8A | 51 | 0 | 1D | 18 | 9E | 43 | 2E |
| Octal | 46 | 303 | 212 | 121 | 0 | 35 | 30 | 236 | 103 | 56 |
| Binary | 100110 | 11000011 | 10001010 | 1010001 | 0 | 11101 | 11000 | 10011110 | 1000011 | 101110 |
Color Harmonies of #26C38A
Complementary color
Monochromatic Colors of #26C38A
Black with #26C38A
Text Example
Text Example
White with #26C38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26C38A; }
p { color: rgb(38,195,138); }
H1.HeaderClassName
{
color: #26C38A;
}
.AnyTagClassName
{
color: #26C38A;
}
</style>
background-color css
<style>
a { background-color: #26C38A; }
a { background-color: rgb(38,195,138); }
div.DivClassName
{
background-color: #26C38A;
}
.BgClassName
{
background-color: #26C38A;
}
</style>
border-color css
<style>
span { border-color: #26C38A; }
span { border-color: rgb(38,195,138); }
td.TdClassName
{
border-color: #26C38A;
}
.TagClassName
{
border-color: #26C38A;
}
</style>