Shades of Shamrock #26CC7F
Tints of Shamrock #26CC7F
RGB
CMYK
RGB Variations
Color information
#26CC7F (or 0x26CC7F) is known color: Shamrock. HEX triplet: 26, CC and 7F. RGB value is (38,204,127). Sum of RGB (Red+Green+Blue) = 38+204+127=369 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.30% from 369); Green value is 204 (80.08% from 255 or 55.28% from 369); Blue value is 127 (50% from 255 or 34.42% from 369); Max value from RGB is 204 - color contains mainly: green. Hex color #26CC7F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #26CC7F is #D93380. Grayscale: #919191. Windows color (decimal): -14234497 or 8375334. OLE color: 8375334.
HSL color Cylindrical-coordinate representation of color #26CC7F: hue angle of 152.17º 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 #26CC7F is Cyan = 0.81, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 38 | 204 | 127 | - |
| CMYK | 0.81 | 0 | 0.38 | 0.2 |
| HSL | 152.17º | 0.69% | 0.47% | - |
| HSV(B) | 152.17º | 0.81% | 0.8% | - |
| XYZ | 26.22 | 45.13 | 27.41 | - |
| YUV | 145.59 | 117.5 | 51.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 204 | 127 | 0.81 | 0 | 0.38 | 0.2 | 152.17 | 0.69 | 0.47 |
| Hex | 26 | CC | 7F | 51 | 0 | 26 | 14 | 98 | 45 | 2F |
| Octal | 46 | 314 | 177 | 121 | 0 | 46 | 24 | 230 | 105 | 57 |
| Binary | 100110 | 11001100 | 1111111 | 1010001 | 0 | 100110 | 10100 | 10011000 | 1000101 | 101111 |
Color Harmonies of #26CC7F
Complementary color
Monochromatic Colors of #26CC7F
Black with #26CC7F
Text Example
Text Example
White with #26CC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26CC7F; }
p { color: rgb(38,204,127); }
H1.HeaderClassName
{
color: #26CC7F;
}
.AnyTagClassName
{
color: #26CC7F;
}
</style>
background-color css
<style>
a { background-color: #26CC7F; }
a { background-color: rgb(38,204,127); }
div.DivClassName
{
background-color: #26CC7F;
}
.BgClassName
{
background-color: #26CC7F;
}
</style>
border-color css
<style>
span { border-color: #26CC7F; }
span { border-color: rgb(38,204,127); }
td.TdClassName
{
border-color: #26CC7F;
}
.TagClassName
{
border-color: #26CC7F;
}
</style>