Shades of Shamrock #28DC9A
Tints of Shamrock #28DC9A
RGB
CMYK
RGB Variations
Color information
#28DC9A (or 0x28DC9A) is known color: Shamrock. HEX triplet: 28, DC and 9A. RGB value is (40,220,154). Sum of RGB (Red+Green+Blue) = 40+220+154=414 (54% of max value = 765). Red value is 40 (16.02% from 255 or 9.66% from 414); Green value is 220 (86.33% from 255 or 53.14% from 414); Blue value is 154 (60.55% from 255 or 37.20% from 414); Max value from RGB is 220 - color contains mainly: green. Hex color #28DC9A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28DC9A is #D72365. Grayscale: #9E9E9E. Windows color (decimal): -14099302 or 10148904. OLE color: 10148904.
HSL color Cylindrical-coordinate representation of color #28DC9A: hue angle of 158º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28DC9A is Cyan = 0.82, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 220 | 154 | - |
| CMYK | 0.82 | 0 | 0.3 | 0.14 |
| HSL | 158º | 0.72% | 0.51% | - |
| HSV(B) | 158º | 0.82% | 0.86% | - |
| XYZ | 32.3 | 53.97 | 39.29 | - |
| YUV | 158.66 | 125.37 | 43.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 220 | 154 | 0.82 | 0 | 0.3 | 0.14 | 158 | 0.72 | 0.51 |
| Hex | 28 | DC | 9A | 52 | 0 | 1E | E | 9E | 48 | 33 |
| Octal | 50 | 334 | 232 | 122 | 0 | 36 | 16 | 236 | 110 | 63 |
| Binary | 101000 | 11011100 | 10011010 | 1010010 | 0 | 11110 | 1110 | 10011110 | 1001000 | 110011 |
Color Harmonies of #28DC9A
Complementary color
Monochromatic Colors of #28DC9A
Black with #28DC9A
Text Example
Text Example
White with #28DC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DC9A; }
p { color: rgb(40,220,154); }
H1.HeaderClassName
{
color: #28DC9A;
}
.AnyTagClassName
{
color: #28DC9A;
}
</style>
background-color css
<style>
a { background-color: #28DC9A; }
a { background-color: rgb(40,220,154); }
div.DivClassName
{
background-color: #28DC9A;
}
.BgClassName
{
background-color: #28DC9A;
}
</style>
border-color css
<style>
span { border-color: #28DC9A; }
span { border-color: rgb(40,220,154); }
td.TdClassName
{
border-color: #28DC9A;
}
.TagClassName
{
border-color: #28DC9A;
}
</style>