Shades of Shamrock #26D994
Tints of Shamrock #26D994
RGB
CMYK
RGB Variations
Color information
#26D994 (or 0x26D994) is known color: Shamrock. HEX triplet: 26, D9 and 94. RGB value is (38,217,148). Sum of RGB (Red+Green+Blue) = 38+217+148=403 (53% of max value = 765). Red value is 38 (15.23% from 255 or 9.43% from 403); Green value is 217 (85.16% from 255 or 53.85% from 403); Blue value is 148 (58.20% from 255 or 36.72% from 403); Max value from RGB is 217 - color contains mainly: green. Hex color #26D994 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #26D994 is #D9266B. Grayscale: #9B9B9B. Windows color (decimal): -14231148 or 9754918. OLE color: 9754918.
HSL color Cylindrical-coordinate representation of color #26D994: hue angle of 156.87º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #26D994 is Cyan = 0.82, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 38 | 217 | 148 | - |
| CMYK | 0.82 | 0 | 0.32 | 0.15 |
| HSL | 156.87º | 0.7% | 0.5% | - |
| HSV(B) | 156.87º | 0.82% | 0.85% | - |
| XYZ | 30.96 | 52.18 | 36.46 | - |
| YUV | 155.61 | 123.7 | 44.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 217 | 148 | 0.82 | 0 | 0.32 | 0.15 | 156.87 | 0.7 | 0.5 |
| Hex | 26 | D9 | 94 | 52 | 0 | 20 | F | 9D | 46 | 32 |
| Octal | 46 | 331 | 224 | 122 | 0 | 40 | 17 | 235 | 106 | 62 |
| Binary | 100110 | 11011001 | 10010100 | 1010010 | 0 | 100000 | 1111 | 10011101 | 1000110 | 110010 |
Color Harmonies of #26D994
Complementary color
Monochromatic Colors of #26D994
Black with #26D994
Text Example
Text Example
White with #26D994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26D994; }
p { color: rgb(38,217,148); }
H1.HeaderClassName
{
color: #26D994;
}
.AnyTagClassName
{
color: #26D994;
}
</style>
background-color css
<style>
a { background-color: #26D994; }
a { background-color: rgb(38,217,148); }
div.DivClassName
{
background-color: #26D994;
}
.BgClassName
{
background-color: #26D994;
}
</style>
border-color css
<style>
span { border-color: #26D994; }
span { border-color: rgb(38,217,148); }
td.TdClassName
{
border-color: #26D994;
}
.TagClassName
{
border-color: #26D994;
}
</style>