Shades of Mountain Meadow #26C484
Tints of Mountain Meadow #26C484
RGB
CMYK
RGB Variations
Color information
#26C484 (or 0x26C484) is known color: Mountain Meadow. HEX triplet: 26, C4 and 84. RGB value is (38,196,132). Sum of RGB (Red+Green+Blue) = 38+196+132=366 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.38% from 366); Green value is 196 (76.95% from 255 or 53.55% from 366); Blue value is 132 (51.95% from 255 or 36.07% from 366); Max value from RGB is 196 - color contains mainly: green. Hex color #26C484 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #26C484 is #D93B7B. Grayscale: #8D8D8D. Windows color (decimal): -14236540 or 8700966. OLE color: 8700966.
HSL color Cylindrical-coordinate representation of color #26C484: hue angle of 155.7º 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 #26C484 is Cyan = 0.81, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 38 | 196 | 132 | - |
| CMYK | 0.81 | 0 | 0.33 | 0.23 |
| HSL | 155.7º | 0.68% | 0.46% | - |
| HSV(B) | 155.7º | 0.81% | 0.77% | - |
| XYZ | 24.7 | 41.56 | 28.55 | - |
| YUV | 141.46 | 122.65 | 54.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 196 | 132 | 0.81 | 0 | 0.33 | 0.23 | 155.7 | 0.68 | 0.46 |
| Hex | 26 | C4 | 84 | 51 | 0 | 21 | 17 | 9C | 44 | 2E |
| Octal | 46 | 304 | 204 | 121 | 0 | 41 | 27 | 234 | 104 | 56 |
| Binary | 100110 | 11000100 | 10000100 | 1010001 | 0 | 100001 | 10111 | 10011100 | 1000100 | 101110 |
Color Harmonies of #26C484
Complementary color
Monochromatic Colors of #26C484
Black with #26C484
Text Example
Text Example
White with #26C484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26C484; }
p { color: rgb(38,196,132); }
H1.HeaderClassName
{
color: #26C484;
}
.AnyTagClassName
{
color: #26C484;
}
</style>
background-color css
<style>
a { background-color: #26C484; }
a { background-color: rgb(38,196,132); }
div.DivClassName
{
background-color: #26C484;
}
.BgClassName
{
background-color: #26C484;
}
</style>
border-color css
<style>
span { border-color: #26C484; }
span { border-color: rgb(38,196,132); }
td.TdClassName
{
border-color: #26C484;
}
.TagClassName
{
border-color: #26C484;
}
</style>