Shades of Shamrock #26CC80
Tints of Shamrock #26CC80
RGB
CMYK
RGB Variations
Color information
#26CC80 (or 0x26CC80) is known color: Shamrock. HEX triplet: 26, CC and 80. RGB value is (38,204,128). Sum of RGB (Red+Green+Blue) = 38+204+128=370 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.27% from 370); Green value is 204 (80.08% from 255 or 55.14% from 370); Blue value is 128 (50.39% from 255 or 34.59% from 370); Max value from RGB is 204 - color contains mainly: green. Hex color #26CC80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #26CC80 is #D9337F. Grayscale: #919191. Windows color (decimal): -14234496 or 8440870. OLE color: 8440870.
HSL color Cylindrical-coordinate representation of color #26CC80: hue angle of 152.53º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #26CC80 is Cyan = 0.81, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 38 | 204 | 128 | - |
| CMYK | 0.81 | 0 | 0.37 | 0.2 |
| HSL | 152.53º | 0.69% | 0.47% | - |
| HSV(B) | 152.53º | 0.81% | 0.8% | - |
| XYZ | 26.29 | 45.16 | 27.75 | - |
| YUV | 145.7 | 118 | 51.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 204 | 128 | 0.81 | 0 | 0.37 | 0.2 | 152.53 | 0.69 | 0.47 |
| Hex | 26 | CC | 80 | 51 | 0 | 25 | 14 | 99 | 45 | 2F |
| Octal | 46 | 314 | 200 | 121 | 0 | 45 | 24 | 231 | 105 | 57 |
| Binary | 100110 | 11001100 | 10000000 | 1010001 | 0 | 100101 | 10100 | 10011001 | 1000101 | 101111 |
Color Harmonies of #26CC80
Complementary color
Monochromatic Colors of #26CC80
Black with #26CC80
Text Example
Text Example
White with #26CC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26CC80; }
p { color: rgb(38,204,128); }
H1.HeaderClassName
{
color: #26CC80;
}
.AnyTagClassName
{
color: #26CC80;
}
</style>
background-color css
<style>
a { background-color: #26CC80; }
a { background-color: rgb(38,204,128); }
div.DivClassName
{
background-color: #26CC80;
}
.BgClassName
{
background-color: #26CC80;
}
</style>
border-color css
<style>
span { border-color: #26CC80; }
span { border-color: rgb(38,204,128); }
td.TdClassName
{
border-color: #26CC80;
}
.TagClassName
{
border-color: #26CC80;
}
</style>