Shades of Shamrock #28EC98
Tints of Shamrock #28EC98
RGB
CMYK
RGB Variations
Color information
#28EC98 (or 0x28EC98) is known color: Shamrock. HEX triplet: 28, EC and 98. RGB value is (40,236,152). Sum of RGB (Red+Green+Blue) = 40+236+152=428 (56% of max value = 765). Red value is 40 (16.02% from 255 or 9.35% from 428); Green value is 236 (92.58% from 255 or 55.14% from 428); Blue value is 152 (59.77% from 255 or 35.51% from 428); Max value from RGB is 236 - color contains mainly: green. Hex color #28EC98 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #28EC98 is #D71367. Grayscale: #A7A7A7. Windows color (decimal): -14095208 or 10021928. OLE color: 10021928.
HSL color Cylindrical-coordinate representation of color #28EC98: hue angle of 154.29º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28EC98 is Cyan = 0.83, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 236 | 152 | - |
| CMYK | 0.83 | 0 | 0.36 | 0.07 |
| HSL | 154.29º | 0.84% | 0.54% | - |
| HSV(B) | 154.29º | 0.83% | 0.93% | - |
| XYZ | 36.54 | 62.71 | 39.88 | - |
| YUV | 167.82 | 119.07 | 36.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 236 | 152 | 0.83 | 0 | 0.36 | 0.07 | 154.29 | 0.84 | 0.54 |
| Hex | 28 | EC | 98 | 53 | 0 | 24 | 7 | 9A | 54 | 36 |
| Octal | 50 | 354 | 230 | 123 | 0 | 44 | 7 | 232 | 124 | 66 |
| Binary | 101000 | 11101100 | 10011000 | 1010011 | 0 | 100100 | 111 | 10011010 | 1010100 | 110110 |
Color Harmonies of #28EC98
Complementary color
Monochromatic Colors of #28EC98
Black with #28EC98
Text Example
Text Example
White with #28EC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28EC98; }
p { color: rgb(40,236,152); }
H1.HeaderClassName
{
color: #28EC98;
}
.AnyTagClassName
{
color: #28EC98;
}
</style>
background-color css
<style>
a { background-color: #28EC98; }
a { background-color: rgb(40,236,152); }
div.DivClassName
{
background-color: #28EC98;
}
.BgClassName
{
background-color: #28EC98;
}
</style>
border-color css
<style>
span { border-color: #28EC98; }
span { border-color: rgb(40,236,152); }
td.TdClassName
{
border-color: #28EC98;
}
.TagClassName
{
border-color: #28EC98;
}
</style>