Shades of Mountain Meadow #26C384
Tints of Mountain Meadow #26C384
RGB
CMYK
RGB Variations
Color information
#26C384 (or 0x26C384) is known color: Mountain Meadow. HEX triplet: 26, C3 and 84. RGB value is (38,195,132). Sum of RGB (Red+Green+Blue) = 38+195+132=365 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.41% from 365); Green value is 195 (76.56% from 255 or 53.42% from 365); Blue value is 132 (51.95% from 255 or 36.16% from 365); Max value from RGB is 195 - color contains mainly: green. Hex color #26C384 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #26C384 is #D93C7B. Grayscale: #8C8C8C. Windows color (decimal): -14236796 or 8700710. OLE color: 8700710.
HSL color Cylindrical-coordinate representation of color #26C384: hue angle of 155.92º 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 #26C384 is Cyan = 0.81, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 38 | 195 | 132 | - |
| CMYK | 0.81 | 0 | 0.32 | 0.24 |
| HSL | 155.92º | 0.67% | 0.46% | - |
| HSV(B) | 155.92º | 0.81% | 0.76% | - |
| XYZ | 24.48 | 41.11 | 28.47 | - |
| YUV | 140.88 | 122.99 | 54.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 195 | 132 | 0.81 | 0 | 0.32 | 0.24 | 155.92 | 0.67 | 0.46 |
| Hex | 26 | C3 | 84 | 51 | 0 | 20 | 18 | 9C | 43 | 2E |
| Octal | 46 | 303 | 204 | 121 | 0 | 40 | 30 | 234 | 103 | 56 |
| Binary | 100110 | 11000011 | 10000100 | 1010001 | 0 | 100000 | 11000 | 10011100 | 1000011 | 101110 |
Color Harmonies of #26C384
Complementary color
Monochromatic Colors of #26C384
Black with #26C384
Text Example
Text Example
White with #26C384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26C384; }
p { color: rgb(38,195,132); }
H1.HeaderClassName
{
color: #26C384;
}
.AnyTagClassName
{
color: #26C384;
}
</style>
background-color css
<style>
a { background-color: #26C384; }
a { background-color: rgb(38,195,132); }
div.DivClassName
{
background-color: #26C384;
}
.BgClassName
{
background-color: #26C384;
}
</style>
border-color css
<style>
span { border-color: #26C384; }
span { border-color: rgb(38,195,132); }
td.TdClassName
{
border-color: #26C384;
}
.TagClassName
{
border-color: #26C384;
}
</style>