Shades of Shamrock #26C990
Tints of Shamrock #26C990
RGB
CMYK
RGB Variations
Color information
#26C990 (or 0x26C990) is known color: Shamrock. HEX triplet: 26, C9 and 90. RGB value is (38,201,144). Sum of RGB (Red+Green+Blue) = 38+201+144=383 (50% of max value = 765). Red value is 38 (15.23% from 255 or 9.92% from 383); Green value is 201 (78.91% from 255 or 52.48% from 383); Blue value is 144 (56.64% from 255 or 37.60% from 383); Max value from RGB is 201 - color contains mainly: green. Hex color #26C990 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #26C990 is #D9366F. Grayscale: #919191. Windows color (decimal): -14235248 or 9488678. OLE color: 9488678.
HSL color Cylindrical-coordinate representation of color #26C990: hue angle of 159.02º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #26C990 is Cyan = 0.81, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 38 | 201 | 144 | - |
| CMYK | 0.81 | 0 | 0.28 | 0.21 |
| HSL | 159.02º | 0.68% | 0.47% | - |
| HSV(B) | 159.02º | 0.81% | 0.79% | - |
| XYZ | 26.72 | 44.2 | 33.51 | - |
| YUV | 145.77 | 127 | 51.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 201 | 144 | 0.81 | 0 | 0.28 | 0.21 | 159.02 | 0.68 | 0.47 |
| Hex | 26 | C9 | 90 | 51 | 0 | 1C | 15 | 9F | 44 | 2F |
| Octal | 46 | 311 | 220 | 121 | 0 | 34 | 25 | 237 | 104 | 57 |
| Binary | 100110 | 11001001 | 10010000 | 1010001 | 0 | 11100 | 10101 | 10011111 | 1000100 | 101111 |
Color Harmonies of #26C990
Complementary color
Monochromatic Colors of #26C990
Black with #26C990
Text Example
Text Example
White with #26C990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26C990; }
p { color: rgb(38,201,144); }
H1.HeaderClassName
{
color: #26C990;
}
.AnyTagClassName
{
color: #26C990;
}
</style>
background-color css
<style>
a { background-color: #26C990; }
a { background-color: rgb(38,201,144); }
div.DivClassName
{
background-color: #26C990;
}
.BgClassName
{
background-color: #26C990;
}
</style>
border-color css
<style>
span { border-color: #26C990; }
span { border-color: rgb(38,201,144); }
td.TdClassName
{
border-color: #26C990;
}
.TagClassName
{
border-color: #26C990;
}
</style>