Shades of Shamrock #26C795
Tints of Shamrock #26C795
RGB
CMYK
RGB Variations
Color information
#26C795 (or 0x26C795) is known color: Shamrock. HEX triplet: 26, C7 and 95. RGB value is (38,199,149). Sum of RGB (Red+Green+Blue) = 38+199+149=386 (51% of max value = 765). Red value is 38 (15.23% from 255 or 9.84% from 386); Green value is 199 (78.12% from 255 or 51.55% from 386); Blue value is 149 (58.59% from 255 or 38.60% from 386); Max value from RGB is 199 - color contains mainly: green. Hex color #26C795 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #26C795 is #D9386A. Grayscale: #919191. Windows color (decimal): -14235755 or 9815846. OLE color: 9815846.
HSL color Cylindrical-coordinate representation of color #26C795: hue angle of 161.37º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #26C795 is Cyan = 0.81, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 38 | 199 | 149 | - |
| CMYK | 0.81 | 0 | 0.25 | 0.22 |
| HSL | 161.37º | 0.68% | 0.46% | - |
| HSV(B) | 161.37º | 0.81% | 0.78% | - |
| XYZ | 26.65 | 43.43 | 35.41 | - |
| YUV | 145.16 | 130.16 | 51.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 199 | 149 | 0.81 | 0 | 0.25 | 0.22 | 161.37 | 0.68 | 0.46 |
| Hex | 26 | C7 | 95 | 51 | 0 | 19 | 16 | A1 | 44 | 2E |
| Octal | 46 | 307 | 225 | 121 | 0 | 31 | 26 | 241 | 104 | 56 |
| Binary | 100110 | 11000111 | 10010101 | 1010001 | 0 | 11001 | 10110 | 10100001 | 1000100 | 101110 |
Color Harmonies of #26C795
Complementary color
Monochromatic Colors of #26C795
Black with #26C795
Text Example
Text Example
White with #26C795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26C795; }
p { color: rgb(38,199,149); }
H1.HeaderClassName
{
color: #26C795;
}
.AnyTagClassName
{
color: #26C795;
}
</style>
background-color css
<style>
a { background-color: #26C795; }
a { background-color: rgb(38,199,149); }
div.DivClassName
{
background-color: #26C795;
}
.BgClassName
{
background-color: #26C795;
}
</style>
border-color css
<style>
span { border-color: #26C795; }
span { border-color: rgb(38,199,149); }
td.TdClassName
{
border-color: #26C795;
}
.TagClassName
{
border-color: #26C795;
}
</style>