Shades of Mountain Meadow #26CA80
Tints of Mountain Meadow #26CA80
RGB
CMYK
RGB Variations
Color information
#26CA80 (or 0x26CA80) is known color: Mountain Meadow. HEX triplet: 26, CA and 80. RGB value is (38,202,128). Sum of RGB (Red+Green+Blue) = 38+202+128=368 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.33% from 368); Green value is 202 (79.30% from 255 or 54.89% from 368); Blue value is 128 (50.39% from 255 or 34.78% from 368); Max value from RGB is 202 - color contains mainly: green. Hex color #26CA80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #26CA80 is #D9357F. Grayscale: #909090. Windows color (decimal): -14235008 or 8440358. OLE color: 8440358.
HSL color Cylindrical-coordinate representation of color #26CA80: hue angle of 152.93º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #26CA80 is Cyan = 0.81, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 38 | 202 | 128 | - |
| CMYK | 0.81 | 0 | 0.37 | 0.21 |
| HSL | 152.93º | 0.68% | 0.47% | - |
| HSV(B) | 152.93º | 0.81% | 0.79% | - |
| XYZ | 25.82 | 44.21 | 27.6 | - |
| YUV | 144.53 | 118.67 | 52.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 202 | 128 | 0.81 | 0 | 0.37 | 0.21 | 152.93 | 0.68 | 0.47 |
| Hex | 26 | CA | 80 | 51 | 0 | 25 | 15 | 99 | 44 | 2F |
| Octal | 46 | 312 | 200 | 121 | 0 | 45 | 25 | 231 | 104 | 57 |
| Binary | 100110 | 11001010 | 10000000 | 1010001 | 0 | 100101 | 10101 | 10011001 | 1000100 | 101111 |
Color Harmonies of #26CA80
Complementary color
Monochromatic Colors of #26CA80
Black with #26CA80
Text Example
Text Example
White with #26CA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26CA80; }
p { color: rgb(38,202,128); }
H1.HeaderClassName
{
color: #26CA80;
}
.AnyTagClassName
{
color: #26CA80;
}
</style>
background-color css
<style>
a { background-color: #26CA80; }
a { background-color: rgb(38,202,128); }
div.DivClassName
{
background-color: #26CA80;
}
.BgClassName
{
background-color: #26CA80;
}
</style>
border-color css
<style>
span { border-color: #26CA80; }
span { border-color: rgb(38,202,128); }
td.TdClassName
{
border-color: #26CA80;
}
.TagClassName
{
border-color: #26CA80;
}
</style>