Shades of Shamrock #26EC96
Tints of Shamrock #26EC96
RGB
CMYK
RGB Variations
Color information
#26EC96 (or 0x26EC96) is known color: Shamrock. HEX triplet: 26, EC and 96. RGB value is (38,236,150). Sum of RGB (Red+Green+Blue) = 38+236+150=424 (56% of max value = 765). Red value is 38 (15.23% from 255 or 8.96% from 424); Green value is 236 (92.58% from 255 or 55.66% from 424); Blue value is 150 (58.98% from 255 or 35.38% from 424); Max value from RGB is 236 - color contains mainly: green. Hex color #26EC96 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #26EC96 is #D91369. Grayscale: #A7A7A7. Windows color (decimal): -14226282 or 9890854. OLE color: 9890854.
HSL color Cylindrical-coordinate representation of color #26EC96: hue angle of 153.94º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #26EC96 is Cyan = 0.84, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 38 | 236 | 150 | - |
| CMYK | 0.84 | 0 | 0.36 | 0.07 |
| HSL | 153.94º | 0.84% | 0.54% | - |
| HSV(B) | 153.94º | 0.84% | 0.93% | - |
| XYZ | 36.3 | 62.6 | 39.02 | - |
| YUV | 166.99 | 118.4 | 35.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 236 | 150 | 0.84 | 0 | 0.36 | 0.07 | 153.94 | 0.84 | 0.54 |
| Hex | 26 | EC | 96 | 54 | 0 | 24 | 7 | 9A | 54 | 36 |
| Octal | 46 | 354 | 226 | 124 | 0 | 44 | 7 | 232 | 124 | 66 |
| Binary | 100110 | 11101100 | 10010110 | 1010100 | 0 | 100100 | 111 | 10011010 | 1010100 | 110110 |
Color Harmonies of #26EC96
Complementary color
Monochromatic Colors of #26EC96
Black with #26EC96
Text Example
Text Example
White with #26EC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26EC96; }
p { color: rgb(38,236,150); }
H1.HeaderClassName
{
color: #26EC96;
}
.AnyTagClassName
{
color: #26EC96;
}
</style>
background-color css
<style>
a { background-color: #26EC96; }
a { background-color: rgb(38,236,150); }
div.DivClassName
{
background-color: #26EC96;
}
.BgClassName
{
background-color: #26EC96;
}
</style>
border-color css
<style>
span { border-color: #26EC96; }
span { border-color: rgb(38,236,150); }
td.TdClassName
{
border-color: #26EC96;
}
.TagClassName
{
border-color: #26EC96;
}
</style>