Shades of Shamrock #26EEAD
Tints of Shamrock #26EEAD
RGB
CMYK
RGB Variations
Color information
#26EEAD (or 0x26EEAD) is known color: Shamrock. HEX triplet: 26, EE and AD. RGB value is (38,238,173). Sum of RGB (Red+Green+Blue) = 38+238+173=449 (59% of max value = 765). Red value is 38 (15.23% from 255 or 8.46% from 449); Green value is 238 (93.36% from 255 or 53.01% from 449); Blue value is 173 (67.97% from 255 or 38.53% from 449); Max value from RGB is 238 - color contains mainly: green. Hex color #26EEAD is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #26EEAD is #D91152. Grayscale: #AAAAAA. Windows color (decimal): -14225747 or 11398694. OLE color: 11398694.
HSL color Cylindrical-coordinate representation of color #26EEAD: hue angle of 160.5º degrees, saturation: 0.85, 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 #26EEAD is Cyan = 0.84, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 38 | 238 | 173 | - |
| CMYK | 0.84 | 0 | 0.27 | 0.07 |
| HSL | 160.5º | 0.85% | 0.54% | - |
| HSV(B) | 160.5º | 0.84% | 0.93% | - |
| XYZ | 38.92 | 64.58 | 49.95 | - |
| YUV | 170.79 | 129.24 | 33.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 238 | 173 | 0.84 | 0 | 0.27 | 0.07 | 160.5 | 0.85 | 0.54 |
| Hex | 26 | EE | AD | 54 | 0 | 1B | 7 | A0 | 55 | 36 |
| Octal | 46 | 356 | 255 | 124 | 0 | 33 | 7 | 240 | 125 | 66 |
| Binary | 100110 | 11101110 | 10101101 | 1010100 | 0 | 11011 | 111 | 10100000 | 1010101 | 110110 |
Color Harmonies of #26EEAD
Complementary color
Monochromatic Colors of #26EEAD
Black with #26EEAD
Text Example
Text Example
White with #26EEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26EEAD; }
p { color: rgb(38,238,173); }
H1.HeaderClassName
{
color: #26EEAD;
}
.AnyTagClassName
{
color: #26EEAD;
}
</style>
background-color css
<style>
a { background-color: #26EEAD; }
a { background-color: rgb(38,238,173); }
div.DivClassName
{
background-color: #26EEAD;
}
.BgClassName
{
background-color: #26EEAD;
}
</style>
border-color css
<style>
span { border-color: #26EEAD; }
span { border-color: rgb(38,238,173); }
td.TdClassName
{
border-color: #26EEAD;
}
.TagClassName
{
border-color: #26EEAD;
}
</style>