Shades of Shamrock #26C093
Tints of Shamrock #26C093
RGB
CMYK
RGB Variations
Color information
#26C093 (or 0x26C093) is known color: Shamrock. HEX triplet: 26, C0 and 93. RGB value is (38,192,147). Sum of RGB (Red+Green+Blue) = 38+192+147=377 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.08% from 377); Green value is 192 (75.39% from 255 or 50.93% from 377); Blue value is 147 (57.81% from 255 or 38.99% from 377); Max value from RGB is 192 - color contains mainly: green. Hex color #26C093 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #26C093 is #D93F6C. Grayscale: #8C8C8C. Windows color (decimal): -14237549 or 9682982. OLE color: 9682982.
HSL color Cylindrical-coordinate representation of color #26C093: hue angle of 162.47º 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 #26C093 is Cyan = 0.80, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 38 | 192 | 147 | - |
| CMYK | 0.80 | 0 | 0.23 | 0.25 |
| HSL | 162.47º | 0.67% | 0.45% | - |
| HSV(B) | 162.47º | 0.8% | 0.75% | - |
| XYZ | 24.92 | 40.22 | 34.05 | - |
| YUV | 140.82 | 131.48 | 54.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 192 | 147 | 0.80 | 0 | 0.23 | 0.25 | 162.47 | 0.67 | 0.45 |
| Hex | 26 | C0 | 93 | 50 | 0 | 17 | 19 | A2 | 43 | 2D |
| Octal | 46 | 300 | 223 | 120 | 0 | 27 | 31 | 242 | 103 | 55 |
| Binary | 100110 | 11000000 | 10010011 | 1010000 | 0 | 10111 | 11001 | 10100010 | 1000011 | 101101 |
Color Harmonies of #26C093
Complementary color
Monochromatic Colors of #26C093
Black with #26C093
Text Example
Text Example
White with #26C093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26C093; }
p { color: rgb(38,192,147); }
H1.HeaderClassName
{
color: #26C093;
}
.AnyTagClassName
{
color: #26C093;
}
</style>
background-color css
<style>
a { background-color: #26C093; }
a { background-color: rgb(38,192,147); }
div.DivClassName
{
background-color: #26C093;
}
.BgClassName
{
background-color: #26C093;
}
</style>
border-color css
<style>
span { border-color: #26C093; }
span { border-color: rgb(38,192,147); }
td.TdClassName
{
border-color: #26C093;
}
.TagClassName
{
border-color: #26C093;
}
</style>