Shades of Shamrock #26DC78
Tints of Shamrock #26DC78
RGB
CMYK
RGB Variations
Color information
#26DC78 (or 0x26DC78) is known color: Shamrock. HEX triplet: 26, DC and 78. RGB value is (38,220,120). Sum of RGB (Red+Green+Blue) = 38+220+120=378 (50% of max value = 765). Red value is 38 (15.23% from 255 or 10.05% from 378); Green value is 220 (86.33% from 255 or 58.20% from 378); Blue value is 120 (47.27% from 255 or 31.75% from 378); Max value from RGB is 220 - color contains mainly: green. Hex color #26DC78 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #26DC78 is #D92387. Grayscale: #9A9A9A. Windows color (decimal): -14230408 or 7920678. OLE color: 7920678.
HSL color Cylindrical-coordinate representation of color #26DC78: hue angle of 147.03º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #26DC78 is Cyan = 0.83, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 38 | 220 | 120 | - |
| CMYK | 0.83 | 0 | 0.45 | 0.14 |
| HSL | 147.03º | 0.72% | 0.51% | - |
| HSV(B) | 147.03º | 0.83% | 0.86% | - |
| XYZ | 29.78 | 52.95 | 26.42 | - |
| YUV | 154.18 | 108.7 | 45.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 220 | 120 | 0.83 | 0 | 0.45 | 0.14 | 147.03 | 0.72 | 0.51 |
| Hex | 26 | DC | 78 | 53 | 0 | 2D | E | 93 | 48 | 33 |
| Octal | 46 | 334 | 170 | 123 | 0 | 55 | 16 | 223 | 110 | 63 |
| Binary | 100110 | 11011100 | 1111000 | 1010011 | 0 | 101101 | 1110 | 10010011 | 1001000 | 110011 |
Color Harmonies of #26DC78
Complementary color
Monochromatic Colors of #26DC78
Black with #26DC78
Text Example
Text Example
White with #26DC78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26DC78; }
p { color: rgb(38,220,120); }
H1.HeaderClassName
{
color: #26DC78;
}
.AnyTagClassName
{
color: #26DC78;
}
</style>
background-color css
<style>
a { background-color: #26DC78; }
a { background-color: rgb(38,220,120); }
div.DivClassName
{
background-color: #26DC78;
}
.BgClassName
{
background-color: #26DC78;
}
</style>
border-color css
<style>
span { border-color: #26DC78; }
span { border-color: rgb(38,220,120); }
td.TdClassName
{
border-color: #26DC78;
}
.TagClassName
{
border-color: #26DC78;
}
</style>