Shades of Shamrock #26E28C
Tints of Shamrock #26E28C
RGB
CMYK
RGB Variations
Color information
#26E28C (or 0x26E28C) is known color: Shamrock. HEX triplet: 26, E2 and 8C. RGB value is (38,226,140). Sum of RGB (Red+Green+Blue) = 38+226+140=404 (53% of max value = 765). Red value is 38 (15.23% from 255 or 9.41% from 404); Green value is 226 (88.67% from 255 or 55.94% from 404); Blue value is 140 (55.08% from 255 or 34.65% from 404); Max value from RGB is 226 - color contains mainly: green. Hex color #26E28C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #26E28C is #D91D73. Grayscale: #A0A0A0. Windows color (decimal): -14228852 or 9232934. OLE color: 9232934.
HSL color Cylindrical-coordinate representation of color #26E28C: hue angle of 152.55º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #26E28C is Cyan = 0.83, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 38 | 226 | 140 | - |
| CMYK | 0.83 | 0 | 0.38 | 0.11 |
| HSL | 152.55º | 0.76% | 0.52% | - |
| HSV(B) | 152.55º | 0.83% | 0.89% | - |
| XYZ | 32.73 | 56.7 | 34.03 | - |
| YUV | 159.98 | 116.72 | 40.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 226 | 140 | 0.83 | 0 | 0.38 | 0.11 | 152.55 | 0.76 | 0.52 |
| Hex | 26 | E2 | 8C | 53 | 0 | 26 | B | 99 | 4C | 34 |
| Octal | 46 | 342 | 214 | 123 | 0 | 46 | 13 | 231 | 114 | 64 |
| Binary | 100110 | 11100010 | 10001100 | 1010011 | 0 | 100110 | 1011 | 10011001 | 1001100 | 110100 |
Color Harmonies of #26E28C
Complementary color
Monochromatic Colors of #26E28C
Black with #26E28C
Text Example
Text Example
White with #26E28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26E28C; }
p { color: rgb(38,226,140); }
H1.HeaderClassName
{
color: #26E28C;
}
.AnyTagClassName
{
color: #26E28C;
}
</style>
background-color css
<style>
a { background-color: #26E28C; }
a { background-color: rgb(38,226,140); }
div.DivClassName
{
background-color: #26E28C;
}
.BgClassName
{
background-color: #26E28C;
}
</style>
border-color css
<style>
span { border-color: #26E28C; }
span { border-color: rgb(38,226,140); }
td.TdClassName
{
border-color: #26E28C;
}
.TagClassName
{
border-color: #26E28C;
}
</style>