Shades of Shamrock #28E696
Tints of Shamrock #28E696
RGB
CMYK
RGB Variations
Color information
#28E696 (or 0x28E696) is known color: Shamrock. HEX triplet: 28, E6 and 96. RGB value is (40,230,150). Sum of RGB (Red+Green+Blue) = 40+230+150=420 (55% of max value = 765). Red value is 40 (16.02% from 255 or 9.52% from 420); Green value is 230 (90.23% from 255 or 54.76% from 420); Blue value is 150 (58.98% from 255 or 35.71% from 420); Max value from RGB is 230 - color contains mainly: green. Hex color #28E696 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #28E696 is #D71969. Grayscale: #A4A4A4. Windows color (decimal): -14096746 or 9889320. OLE color: 9889320.
HSL color Cylindrical-coordinate representation of color #28E696: hue angle of 154.74º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28E696 is Cyan = 0.83, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 40 | 230 | 150 | - |
| CMYK | 0.83 | 0 | 0.35 | 0.10 |
| HSL | 154.74º | 0.79% | 0.53% | - |
| HSV(B) | 154.74º | 0.83% | 0.9% | - |
| XYZ | 34.68 | 59.25 | 38.46 | - |
| YUV | 164.07 | 120.05 | 39.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 230 | 150 | 0.83 | 0 | 0.35 | 0.10 | 154.74 | 0.79 | 0.53 |
| Hex | 28 | E6 | 96 | 53 | 0 | 23 | A | 9B | 4F | 35 |
| Octal | 50 | 346 | 226 | 123 | 0 | 43 | 12 | 233 | 117 | 65 |
| Binary | 101000 | 11100110 | 10010110 | 1010011 | 0 | 100011 | 1010 | 10011011 | 1001111 | 110101 |
Color Harmonies of #28E696
Complementary color
Monochromatic Colors of #28E696
Black with #28E696
Text Example
Text Example
White with #28E696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28E696; }
p { color: rgb(40,230,150); }
H1.HeaderClassName
{
color: #28E696;
}
.AnyTagClassName
{
color: #28E696;
}
</style>
background-color css
<style>
a { background-color: #28E696; }
a { background-color: rgb(40,230,150); }
div.DivClassName
{
background-color: #28E696;
}
.BgClassName
{
background-color: #28E696;
}
</style>
border-color css
<style>
span { border-color: #28E696; }
span { border-color: rgb(40,230,150); }
td.TdClassName
{
border-color: #28E696;
}
.TagClassName
{
border-color: #28E696;
}
</style>