Shades of Mountain Meadow #26C483
Tints of Mountain Meadow #26C483
RGB
CMYK
RGB Variations
Color information
#26C483 (or 0x26C483) is known color: Mountain Meadow. HEX triplet: 26, C4 and 83. RGB value is (38,196,131). Sum of RGB (Red+Green+Blue) = 38+196+131=365 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.41% from 365); Green value is 196 (76.95% from 255 or 53.70% from 365); Blue value is 131 (51.56% from 255 or 35.89% from 365); Max value from RGB is 196 - color contains mainly: green. Hex color #26C483 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #26C483 is #D93B7C. Grayscale: #8D8D8D. Windows color (decimal): -14236541 or 8635430. OLE color: 8635430.
HSL color Cylindrical-coordinate representation of color #26C483: hue angle of 155.32º 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 #26C483 is Cyan = 0.81, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 38 | 196 | 131 | - |
| CMYK | 0.81 | 0 | 0.33 | 0.23 |
| HSL | 155.32º | 0.68% | 0.46% | - |
| HSV(B) | 155.32º | 0.81% | 0.77% | - |
| XYZ | 24.64 | 41.53 | 28.19 | - |
| YUV | 141.35 | 122.15 | 54.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 196 | 131 | 0.81 | 0 | 0.33 | 0.23 | 155.32 | 0.68 | 0.46 |
| Hex | 26 | C4 | 83 | 51 | 0 | 21 | 17 | 9B | 44 | 2E |
| Octal | 46 | 304 | 203 | 121 | 0 | 41 | 27 | 233 | 104 | 56 |
| Binary | 100110 | 11000100 | 10000011 | 1010001 | 0 | 100001 | 10111 | 10011011 | 1000100 | 101110 |
Color Harmonies of #26C483
Complementary color
Monochromatic Colors of #26C483
Black with #26C483
Text Example
Text Example
White with #26C483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26C483; }
p { color: rgb(38,196,131); }
H1.HeaderClassName
{
color: #26C483;
}
.AnyTagClassName
{
color: #26C483;
}
</style>
background-color css
<style>
a { background-color: #26C483; }
a { background-color: rgb(38,196,131); }
div.DivClassName
{
background-color: #26C483;
}
.BgClassName
{
background-color: #26C483;
}
</style>
border-color css
<style>
span { border-color: #26C483; }
span { border-color: rgb(38,196,131); }
td.TdClassName
{
border-color: #26C483;
}
.TagClassName
{
border-color: #26C483;
}
</style>