Shades of Shamrock #26C096
Tints of Shamrock #26C096
RGB
CMYK
RGB Variations
Color information
#26C096 (or 0x26C096) is known color: Shamrock. HEX triplet: 26, C0 and 96. RGB value is (38,192,150). Sum of RGB (Red+Green+Blue) = 38+192+150=380 (50% of max value = 765). Red value is 38 (15.23% from 255 or 10% from 380); Green value is 192 (75.39% from 255 or 50.53% from 380); Blue value is 150 (58.98% from 255 or 39.47% from 380); Max value from RGB is 192 - color contains mainly: green. Hex color #26C096 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #26C096 is #D93F69. Grayscale: #8D8D8D. Windows color (decimal): -14237546 or 9879590. OLE color: 9879590.
HSL color Cylindrical-coordinate representation of color #26C096: hue angle of 163.64º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26C096 is Cyan = 0.80, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 38 | 192 | 150 | - |
| CMYK | 0.80 | 0 | 0.22 | 0.25 |
| HSL | 163.64º | 0.67% | 0.45% | - |
| HSV(B) | 163.64º | 0.8% | 0.75% | - |
| XYZ | 25.15 | 40.31 | 35.31 | - |
| YUV | 141.17 | 132.98 | 54.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 192 | 150 | 0.80 | 0 | 0.22 | 0.25 | 163.64 | 0.67 | 0.45 |
| Hex | 26 | C0 | 96 | 50 | 0 | 16 | 19 | A4 | 43 | 2D |
| Octal | 46 | 300 | 226 | 120 | 0 | 26 | 31 | 244 | 103 | 55 |
| Binary | 100110 | 11000000 | 10010110 | 1010000 | 0 | 10110 | 11001 | 10100100 | 1000011 | 101101 |
Color Harmonies of #26C096
Complementary color
Monochromatic Colors of #26C096
Black with #26C096
Text Example
Text Example
White with #26C096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26C096; }
p { color: rgb(38,192,150); }
H1.HeaderClassName
{
color: #26C096;
}
.AnyTagClassName
{
color: #26C096;
}
</style>
background-color css
<style>
a { background-color: #26C096; }
a { background-color: rgb(38,192,150); }
div.DivClassName
{
background-color: #26C096;
}
.BgClassName
{
background-color: #26C096;
}
</style>
border-color css
<style>
span { border-color: #26C096; }
span { border-color: rgb(38,192,150); }
td.TdClassName
{
border-color: #26C096;
}
.TagClassName
{
border-color: #26C096;
}
</style>