Shades of Shamrock #26DB90
Tints of Shamrock #26DB90
RGB
CMYK
RGB Variations
Color information
#26DB90 (or 0x26DB90) is known color: Shamrock. HEX triplet: 26, DB and 90. RGB value is (38,219,144). Sum of RGB (Red+Green+Blue) = 38+219+144=401 (53% of max value = 765). Red value is 38 (15.23% from 255 or 9.48% from 401); Green value is 219 (85.94% from 255 or 54.61% from 401); Blue value is 144 (56.64% from 255 or 35.91% from 401); Max value from RGB is 219 - color contains mainly: green. Hex color #26DB90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #26DB90 is #D9246F. Grayscale: #9C9C9C. Windows color (decimal): -14230640 or 9493286. OLE color: 9493286.
HSL color Cylindrical-coordinate representation of color #26DB90: hue angle of 155.14º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #26DB90 is Cyan = 0.83, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 38 | 219 | 144 | - |
| CMYK | 0.83 | 0 | 0.34 | 0.14 |
| HSL | 155.14º | 0.72% | 0.5% | - |
| HSV(B) | 155.14º | 0.83% | 0.86% | - |
| XYZ | 31.16 | 53.09 | 34.99 | - |
| YUV | 156.33 | 121.03 | 43.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 219 | 144 | 0.83 | 0 | 0.34 | 0.14 | 155.14 | 0.72 | 0.5 |
| Hex | 26 | DB | 90 | 53 | 0 | 22 | E | 9B | 48 | 32 |
| Octal | 46 | 333 | 220 | 123 | 0 | 42 | 16 | 233 | 110 | 62 |
| Binary | 100110 | 11011011 | 10010000 | 1010011 | 0 | 100010 | 1110 | 10011011 | 1001000 | 110010 |
Color Harmonies of #26DB90
Complementary color
Monochromatic Colors of #26DB90
Black with #26DB90
Text Example
Text Example
White with #26DB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26DB90; }
p { color: rgb(38,219,144); }
H1.HeaderClassName
{
color: #26DB90;
}
.AnyTagClassName
{
color: #26DB90;
}
</style>
background-color css
<style>
a { background-color: #26DB90; }
a { background-color: rgb(38,219,144); }
div.DivClassName
{
background-color: #26DB90;
}
.BgClassName
{
background-color: #26DB90;
}
</style>
border-color css
<style>
span { border-color: #26DB90; }
span { border-color: rgb(38,219,144); }
td.TdClassName
{
border-color: #26DB90;
}
.TagClassName
{
border-color: #26DB90;
}
</style>