Shades of Shamrock #26D090
Tints of Shamrock #26D090
RGB
CMYK
RGB Variations
Color information
#26D090 (or 0x26D090) is known color: Shamrock. HEX triplet: 26, D0 and 90. RGB value is (38,208,144). Sum of RGB (Red+Green+Blue) = 38+208+144=390 (51% of max value = 765). Red value is 38 (15.23% from 255 or 9.74% from 390); Green value is 208 (81.64% from 255 or 53.33% from 390); Blue value is 144 (56.64% from 255 or 36.92% from 390); Max value from RGB is 208 - color contains mainly: green. Hex color #26D090 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #26D090 is #D92F6F. Grayscale: #959595. Windows color (decimal): -14233456 or 9490470. OLE color: 9490470.
HSL color Cylindrical-coordinate representation of color #26D090: hue angle of 157.41º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #26D090 is Cyan = 0.82, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 38 | 208 | 144 | - |
| CMYK | 0.82 | 0 | 0.31 | 0.18 |
| HSL | 157.41º | 0.69% | 0.48% | - |
| HSV(B) | 157.41º | 0.82% | 0.82% | - |
| XYZ | 28.39 | 47.54 | 34.06 | - |
| YUV | 149.87 | 124.68 | 48.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 208 | 144 | 0.82 | 0 | 0.31 | 0.18 | 157.41 | 0.69 | 0.48 |
| Hex | 26 | D0 | 90 | 52 | 0 | 1F | 12 | 9D | 45 | 30 |
| Octal | 46 | 320 | 220 | 122 | 0 | 37 | 22 | 235 | 105 | 60 |
| Binary | 100110 | 11010000 | 10010000 | 1010010 | 0 | 11111 | 10010 | 10011101 | 1000101 | 110000 |
Color Harmonies of #26D090
Complementary color
Monochromatic Colors of #26D090
Black with #26D090
Text Example
Text Example
White with #26D090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26D090; }
p { color: rgb(38,208,144); }
H1.HeaderClassName
{
color: #26D090;
}
.AnyTagClassName
{
color: #26D090;
}
</style>
background-color css
<style>
a { background-color: #26D090; }
a { background-color: rgb(38,208,144); }
div.DivClassName
{
background-color: #26D090;
}
.BgClassName
{
background-color: #26D090;
}
</style>
border-color css
<style>
span { border-color: #26D090; }
span { border-color: rgb(38,208,144); }
td.TdClassName
{
border-color: #26D090;
}
.TagClassName
{
border-color: #26D090;
}
</style>