Shades of Mountain Meadow #26BD7A
Tints of Mountain Meadow #26BD7A
RGB
CMYK
RGB Variations
Color information
#26BD7A (or 0x26BD7A) is known color: Mountain Meadow. HEX triplet: 26, BD and 7A. RGB value is (38,189,122). Sum of RGB (Red+Green+Blue) = 38+189+122=349 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.89% from 349); Green value is 189 (74.22% from 255 or 54.15% from 349); Blue value is 122 (48.05% from 255 or 34.96% from 349); Max value from RGB is 189 - color contains mainly: green. Hex color #26BD7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #26BD7A is #D94285. Grayscale: #888888. Windows color (decimal): -14238342 or 8043814. OLE color: 8043814.
HSL color Cylindrical-coordinate representation of color #26BD7A: hue angle of 153.38º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26BD7A is Cyan = 0.80, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 38 | 189 | 122 | - |
| CMYK | 0.80 | 0 | 0.35 | 0.26 |
| HSL | 153.38º | 0.67% | 0.45% | - |
| HSV(B) | 153.38º | 0.8% | 0.74% | - |
| XYZ | 22.51 | 38.21 | 24.6 | - |
| YUV | 136.21 | 119.97 | 57.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 189 | 122 | 0.80 | 0 | 0.35 | 0.26 | 153.38 | 0.67 | 0.45 |
| Hex | 26 | BD | 7A | 50 | 0 | 23 | 1A | 99 | 43 | 2D |
| Octal | 46 | 275 | 172 | 120 | 0 | 43 | 32 | 231 | 103 | 55 |
| Binary | 100110 | 10111101 | 1111010 | 1010000 | 0 | 100011 | 11010 | 10011001 | 1000011 | 101101 |
Color Harmonies of #26BD7A
Complementary color
Monochromatic Colors of #26BD7A
Black with #26BD7A
Text Example
Text Example
White with #26BD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26BD7A; }
p { color: rgb(38,189,122); }
H1.HeaderClassName
{
color: #26BD7A;
}
.AnyTagClassName
{
color: #26BD7A;
}
</style>
background-color css
<style>
a { background-color: #26BD7A; }
a { background-color: rgb(38,189,122); }
div.DivClassName
{
background-color: #26BD7A;
}
.BgClassName
{
background-color: #26BD7A;
}
</style>
border-color css
<style>
span { border-color: #26BD7A; }
span { border-color: rgb(38,189,122); }
td.TdClassName
{
border-color: #26BD7A;
}
.TagClassName
{
border-color: #26BD7A;
}
</style>