Shades of Shamrock #28C494
Tints of Shamrock #28C494
RGB
CMYK
RGB Variations
Color information
#28C494 (or 0x28C494) is known color: Shamrock. HEX triplet: 28, C4 and 94. RGB value is (40,196,148). Sum of RGB (Red+Green+Blue) = 40+196+148=384 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.42% from 384); Green value is 196 (76.95% from 255 or 51.04% from 384); Blue value is 148 (58.20% from 255 or 38.54% from 384); Max value from RGB is 196 - color contains mainly: green. Hex color #28C494 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28C494 is #D73B6B. Grayscale: #8F8F8F. Windows color (decimal): -14105452 or 9749544. OLE color: 9749544.
HSL color Cylindrical-coordinate representation of color #28C494: hue angle of 161.54º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28C494 is Cyan = 0.80, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 40 | 196 | 148 | - |
| CMYK | 0.80 | 0 | 0.24 | 0.23 |
| HSL | 161.54º | 0.66% | 0.46% | - |
| HSV(B) | 161.54º | 0.8% | 0.77% | - |
| XYZ | 25.96 | 42.07 | 34.77 | - |
| YUV | 143.88 | 130.32 | 53.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 196 | 148 | 0.80 | 0 | 0.24 | 0.23 | 161.54 | 0.66 | 0.46 |
| Hex | 28 | C4 | 94 | 50 | 0 | 18 | 17 | A2 | 42 | 2E |
| Octal | 50 | 304 | 224 | 120 | 0 | 30 | 27 | 242 | 102 | 56 |
| Binary | 101000 | 11000100 | 10010100 | 1010000 | 0 | 11000 | 10111 | 10100010 | 1000010 | 101110 |
Color Harmonies of #28C494
Complementary color
Monochromatic Colors of #28C494
Black with #28C494
Text Example
Text Example
White with #28C494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C494; }
p { color: rgb(40,196,148); }
H1.HeaderClassName
{
color: #28C494;
}
.AnyTagClassName
{
color: #28C494;
}
</style>
background-color css
<style>
a { background-color: #28C494; }
a { background-color: rgb(40,196,148); }
div.DivClassName
{
background-color: #28C494;
}
.BgClassName
{
background-color: #28C494;
}
</style>
border-color css
<style>
span { border-color: #28C494; }
span { border-color: rgb(40,196,148); }
td.TdClassName
{
border-color: #28C494;
}
.TagClassName
{
border-color: #28C494;
}
</style>