Shades of Mountain Meadow #26C685
Tints of Mountain Meadow #26C685
RGB
CMYK
RGB Variations
Color information
#26C685 (or 0x26C685) is known color: Mountain Meadow. HEX triplet: 26, C6 and 85. RGB value is (38,198,133). Sum of RGB (Red+Green+Blue) = 38+198+133=369 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.30% from 369); Green value is 198 (77.73% from 255 or 53.66% from 369); Blue value is 133 (52.34% from 255 or 36.04% from 369); Max value from RGB is 198 - color contains mainly: green. Hex color #26C685 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #26C685 is #D9397A. Grayscale: #8E8E8E. Windows color (decimal): -14236027 or 8767014. OLE color: 8767014.
HSL color Cylindrical-coordinate representation of color #26C685: hue angle of 155.62º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #26C685 is Cyan = 0.81, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 38 | 198 | 133 | - |
| CMYK | 0.81 | 0 | 0.33 | 0.22 |
| HSL | 155.63º | 0.68% | 0.46% | - |
| HSV(B) | 155.63º | 0.81% | 0.78% | - |
| XYZ | 25.23 | 42.49 | 29.06 | - |
| YUV | 142.75 | 122.49 | 53.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 198 | 133 | 0.81 | 0 | 0.33 | 0.22 | 155.63 | 0.68 | 0.46 |
| Hex | 26 | C6 | 85 | 51 | 0 | 21 | 16 | 9C | 44 | 2E |
| Octal | 46 | 306 | 205 | 121 | 0 | 41 | 26 | 234 | 104 | 56 |
| Binary | 100110 | 11000110 | 10000101 | 1010001 | 0 | 100001 | 10110 | 10011100 | 1000100 | 101110 |
Color Harmonies of #26C685
Complementary color
Monochromatic Colors of #26C685
Black with #26C685
Text Example
Text Example
White with #26C685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26C685; }
p { color: rgb(38,198,133); }
H1.HeaderClassName
{
color: #26C685;
}
.AnyTagClassName
{
color: #26C685;
}
</style>
background-color css
<style>
a { background-color: #26C685; }
a { background-color: rgb(38,198,133); }
div.DivClassName
{
background-color: #26C685;
}
.BgClassName
{
background-color: #26C685;
}
</style>
border-color css
<style>
span { border-color: #26C685; }
span { border-color: rgb(38,198,133); }
td.TdClassName
{
border-color: #26C685;
}
.TagClassName
{
border-color: #26C685;
}
</style>