Shades of Shamrock #26C58A
Tints of Shamrock #26C58A
RGB
CMYK
RGB Variations
Color information
#26C58A (or 0x26C58A) is known color: Shamrock. HEX triplet: 26, C5 and 8A. RGB value is (38,197,138). Sum of RGB (Red+Green+Blue) = 38+197+138=373 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.19% from 373); Green value is 197 (77.34% from 255 or 52.82% from 373); Blue value is 138 (54.30% from 255 or 37.00% from 373); Max value from RGB is 197 - color contains mainly: green. Hex color #26C58A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #26C58A is #D93A75. Grayscale: #8E8E8E. Windows color (decimal): -14236278 or 9094438. OLE color: 9094438.
HSL color Cylindrical-coordinate representation of color #26C58A: hue angle of 157.74º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #26C58A is Cyan = 0.81, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 38 | 197 | 138 | - |
| CMYK | 0.81 | 0 | 0.30 | 0.23 |
| HSL | 157.74º | 0.68% | 0.46% | - |
| HSV(B) | 157.74º | 0.81% | 0.77% | - |
| XYZ | 25.35 | 42.18 | 30.85 | - |
| YUV | 142.73 | 125.32 | 53.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 197 | 138 | 0.81 | 0 | 0.30 | 0.23 | 157.74 | 0.68 | 0.46 |
| Hex | 26 | C5 | 8A | 51 | 0 | 1E | 17 | 9E | 44 | 2E |
| Octal | 46 | 305 | 212 | 121 | 0 | 36 | 27 | 236 | 104 | 56 |
| Binary | 100110 | 11000101 | 10001010 | 1010001 | 0 | 11110 | 10111 | 10011110 | 1000100 | 101110 |
Color Harmonies of #26C58A
Complementary color
Monochromatic Colors of #26C58A
Black with #26C58A
Text Example
Text Example
White with #26C58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26C58A; }
p { color: rgb(38,197,138); }
H1.HeaderClassName
{
color: #26C58A;
}
.AnyTagClassName
{
color: #26C58A;
}
</style>
background-color css
<style>
a { background-color: #26C58A; }
a { background-color: rgb(38,197,138); }
div.DivClassName
{
background-color: #26C58A;
}
.BgClassName
{
background-color: #26C58A;
}
</style>
border-color css
<style>
span { border-color: #26C58A; }
span { border-color: rgb(38,197,138); }
td.TdClassName
{
border-color: #26C58A;
}
.TagClassName
{
border-color: #26C58A;
}
</style>