Shades of Shamrock #26C590
Tints of Shamrock #26C590
RGB
CMYK
RGB Variations
Color information
#26C590 (or 0x26C590) is known color: Shamrock. HEX triplet: 26, C5 and 90. RGB value is (38,197,144). Sum of RGB (Red+Green+Blue) = 38+197+144=379 (50% of max value = 765). Red value is 38 (15.23% from 255 or 10.03% from 379); Green value is 197 (77.34% from 255 or 51.98% from 379); Blue value is 144 (56.64% from 255 or 37.99% from 379); Max value from RGB is 197 - color contains mainly: green. Hex color #26C590 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #26C590 is #D93A6F. Grayscale: #8F8F8F. Windows color (decimal): -14236272 or 9487654. OLE color: 9487654.
HSL color Cylindrical-coordinate representation of color #26C590: hue angle of 160º 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 #26C590 is Cyan = 0.81, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 38 | 197 | 144 | - |
| CMYK | 0.81 | 0 | 0.27 | 0.23 |
| HSL | 160º | 0.68% | 0.46% | - |
| HSV(B) | 160º | 0.81% | 0.77% | - |
| XYZ | 25.8 | 42.36 | 33.2 | - |
| YUV | 143.42 | 128.32 | 52.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 197 | 144 | 0.81 | 0 | 0.27 | 0.23 | 160 | 0.68 | 0.46 |
| Hex | 26 | C5 | 90 | 51 | 0 | 1B | 17 | A0 | 44 | 2E |
| Octal | 46 | 305 | 220 | 121 | 0 | 33 | 27 | 240 | 104 | 56 |
| Binary | 100110 | 11000101 | 10010000 | 1010001 | 0 | 11011 | 10111 | 10100000 | 1000100 | 101110 |
Color Harmonies of #26C590
Complementary color
Monochromatic Colors of #26C590
Black with #26C590
Text Example
Text Example
White with #26C590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26C590; }
p { color: rgb(38,197,144); }
H1.HeaderClassName
{
color: #26C590;
}
.AnyTagClassName
{
color: #26C590;
}
</style>
background-color css
<style>
a { background-color: #26C590; }
a { background-color: rgb(38,197,144); }
div.DivClassName
{
background-color: #26C590;
}
.BgClassName
{
background-color: #26C590;
}
</style>
border-color css
<style>
span { border-color: #26C590; }
span { border-color: rgb(38,197,144); }
td.TdClassName
{
border-color: #26C590;
}
.TagClassName
{
border-color: #26C590;
}
</style>