Shades of Shamrock #28D7A0
Tints of Shamrock #28D7A0
RGB
CMYK
RGB Variations
Color information
#28D7A0 (or 0x28D7A0) is known color: Shamrock. HEX triplet: 28, D7 and A0. RGB value is (40,215,160). Sum of RGB (Red+Green+Blue) = 40+215+160=415 (54% of max value = 765). Red value is 40 (16.02% from 255 or 9.64% from 415); Green value is 215 (84.38% from 255 or 51.81% from 415); Blue value is 160 (62.89% from 255 or 38.55% from 415); Max value from RGB is 215 - color contains mainly: green. Hex color #28D7A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28D7A0 is #D7285F. Grayscale: #9C9C9C. Windows color (decimal): -14100576 or 10540840. OLE color: 10540840.
HSL color Cylindrical-coordinate representation of color #28D7A0: hue angle of 161.14º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28D7A0 is Cyan = 0.81, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 40 | 215 | 160 | - |
| CMYK | 0.81 | 0 | 0.26 | 0.16 |
| HSL | 161.14º | 0.69% | 0.5% | - |
| HSV(B) | 161.14º | 0.81% | 0.84% | - |
| XYZ | 31.52 | 51.59 | 41.55 | - |
| YUV | 156.41 | 130.02 | 44.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 215 | 160 | 0.81 | 0 | 0.26 | 0.16 | 161.14 | 0.69 | 0.5 |
| Hex | 28 | D7 | A0 | 51 | 0 | 1A | 10 | A1 | 45 | 32 |
| Octal | 50 | 327 | 240 | 121 | 0 | 32 | 20 | 241 | 105 | 62 |
| Binary | 101000 | 11010111 | 10100000 | 1010001 | 0 | 11010 | 10000 | 10100001 | 1000101 | 110010 |
Color Harmonies of #28D7A0
Complementary color
Monochromatic Colors of #28D7A0
Black with #28D7A0
Text Example
Text Example
White with #28D7A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D7A0; }
p { color: rgb(40,215,160); }
H1.HeaderClassName
{
color: #28D7A0;
}
.AnyTagClassName
{
color: #28D7A0;
}
</style>
background-color css
<style>
a { background-color: #28D7A0; }
a { background-color: rgb(40,215,160); }
div.DivClassName
{
background-color: #28D7A0;
}
.BgClassName
{
background-color: #28D7A0;
}
</style>
border-color css
<style>
span { border-color: #28D7A0; }
span { border-color: rgb(40,215,160); }
td.TdClassName
{
border-color: #28D7A0;
}
.TagClassName
{
border-color: #28D7A0;
}
</style>