Shades of Shamrock #26CA92
Tints of Shamrock #26CA92
RGB
CMYK
RGB Variations
Color information
#26CA92 (or 0x26CA92) is known color: Shamrock. HEX triplet: 26, CA and 92. RGB value is (38,202,146). Sum of RGB (Red+Green+Blue) = 38+202+146=386 (51% of max value = 765). Red value is 38 (15.23% from 255 or 9.84% from 386); Green value is 202 (79.30% from 255 or 52.33% from 386); Blue value is 146 (57.42% from 255 or 37.82% from 386); Max value from RGB is 202 - color contains mainly: green. Hex color #26CA92 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #26CA92 is #D9356D. Grayscale: #929292. Windows color (decimal): -14234990 or 9620006. OLE color: 9620006.
HSL color Cylindrical-coordinate representation of color #26CA92: hue angle of 159.51º 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 #26CA92 is Cyan = 0.81, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 38 | 202 | 146 | - |
| CMYK | 0.81 | 0 | 0.28 | 0.21 |
| HSL | 159.51º | 0.68% | 0.47% | - |
| HSV(B) | 159.51º | 0.81% | 0.79% | - |
| XYZ | 27.11 | 44.73 | 34.4 | - |
| YUV | 146.58 | 127.67 | 50.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 202 | 146 | 0.81 | 0 | 0.28 | 0.21 | 159.51 | 0.68 | 0.47 |
| Hex | 26 | CA | 92 | 51 | 0 | 1C | 15 | A0 | 44 | 2F |
| Octal | 46 | 312 | 222 | 121 | 0 | 34 | 25 | 240 | 104 | 57 |
| Binary | 100110 | 11001010 | 10010010 | 1010001 | 0 | 11100 | 10101 | 10100000 | 1000100 | 101111 |
Color Harmonies of #26CA92
Complementary color
Monochromatic Colors of #26CA92
Black with #26CA92
Text Example
Text Example
White with #26CA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26CA92; }
p { color: rgb(38,202,146); }
H1.HeaderClassName
{
color: #26CA92;
}
.AnyTagClassName
{
color: #26CA92;
}
</style>
background-color css
<style>
a { background-color: #26CA92; }
a { background-color: rgb(38,202,146); }
div.DivClassName
{
background-color: #26CA92;
}
.BgClassName
{
background-color: #26CA92;
}
</style>
border-color css
<style>
span { border-color: #26CA92; }
span { border-color: rgb(38,202,146); }
td.TdClassName
{
border-color: #26CA92;
}
.TagClassName
{
border-color: #26CA92;
}
</style>