Shades of Shamrock #26D380
Tints of Shamrock #26D380
RGB
CMYK
RGB Variations
Color information
#26D380 (or 0x26D380) is known color: Shamrock. HEX triplet: 26, D3 and 80. RGB value is (38,211,128). Sum of RGB (Red+Green+Blue) = 38+211+128=377 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.08% from 377); Green value is 211 (82.81% from 255 or 55.97% from 377); Blue value is 128 (50.39% from 255 or 33.95% from 377); Max value from RGB is 211 - color contains mainly: green. Hex color #26D380 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #26D380 is #D92C7F. Grayscale: #959595. Windows color (decimal): -14232704 or 8442662. OLE color: 8442662.
HSL color Cylindrical-coordinate representation of color #26D380: hue angle of 151.21º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #26D380 is Cyan = 0.82, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 38 | 211 | 128 | - |
| CMYK | 0.82 | 0 | 0.39 | 0.17 |
| HSL | 151.21º | 0.69% | 0.49% | - |
| HSV(B) | 151.21º | 0.82% | 0.83% | - |
| XYZ | 27.99 | 48.56 | 28.32 | - |
| YUV | 149.81 | 115.69 | 48.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 211 | 128 | 0.82 | 0 | 0.39 | 0.17 | 151.21 | 0.69 | 0.49 |
| Hex | 26 | D3 | 80 | 52 | 0 | 27 | 11 | 97 | 45 | 31 |
| Octal | 46 | 323 | 200 | 122 | 0 | 47 | 21 | 227 | 105 | 61 |
| Binary | 100110 | 11010011 | 10000000 | 1010010 | 0 | 100111 | 10001 | 10010111 | 1000101 | 110001 |
Color Harmonies of #26D380
Complementary color
Monochromatic Colors of #26D380
Black with #26D380
Text Example
Text Example
White with #26D380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26D380; }
p { color: rgb(38,211,128); }
H1.HeaderClassName
{
color: #26D380;
}
.AnyTagClassName
{
color: #26D380;
}
</style>
background-color css
<style>
a { background-color: #26D380; }
a { background-color: rgb(38,211,128); }
div.DivClassName
{
background-color: #26D380;
}
.BgClassName
{
background-color: #26D380;
}
</style>
border-color css
<style>
span { border-color: #26D380; }
span { border-color: rgb(38,211,128); }
td.TdClassName
{
border-color: #26D380;
}
.TagClassName
{
border-color: #26D380;
}
</style>