Shades of Shamrock #28ED8A
Tints of Shamrock #28ED8A
RGB
CMYK
RGB Variations
Color information
#28ED8A (or 0x28ED8A) is known color: Shamrock. HEX triplet: 28, ED and 8A. RGB value is (40,237,138). Sum of RGB (Red+Green+Blue) = 40+237+138=415 (54% of max value = 765). Red value is 40 (16.02% from 255 or 9.64% from 415); Green value is 237 (92.97% from 255 or 57.11% from 415); Blue value is 138 (54.30% from 255 or 33.25% from 415); Max value from RGB is 237 - color contains mainly: green. Hex color #28ED8A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #28ED8A is #D71275. Grayscale: #A7A7A7. Windows color (decimal): -14094966 or 9104680. OLE color: 9104680.
HSL color Cylindrical-coordinate representation of color #28ED8A: hue angle of 149.85º degrees, saturation: 0.85, 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 #28ED8A is Cyan = 0.83, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 237 | 138 | - |
| CMYK | 0.83 | 0 | 0.42 | 0.07 |
| HSL | 149.85º | 0.85% | 0.54% | - |
| HSV(B) | 149.85º | 0.83% | 0.93% | - |
| XYZ | 35.75 | 62.85 | 34.29 | - |
| YUV | 166.81 | 111.73 | 37.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 237 | 138 | 0.83 | 0 | 0.42 | 0.07 | 149.85 | 0.85 | 0.54 |
| Hex | 28 | ED | 8A | 53 | 0 | 2A | 7 | 96 | 55 | 36 |
| Octal | 50 | 355 | 212 | 123 | 0 | 52 | 7 | 226 | 125 | 66 |
| Binary | 101000 | 11101101 | 10001010 | 1010011 | 0 | 101010 | 111 | 10010110 | 1010101 | 110110 |
Color Harmonies of #28ED8A
Complementary color
Monochromatic Colors of #28ED8A
Black with #28ED8A
Text Example
Text Example
White with #28ED8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28ED8A; }
p { color: rgb(40,237,138); }
H1.HeaderClassName
{
color: #28ED8A;
}
.AnyTagClassName
{
color: #28ED8A;
}
</style>
background-color css
<style>
a { background-color: #28ED8A; }
a { background-color: rgb(40,237,138); }
div.DivClassName
{
background-color: #28ED8A;
}
.BgClassName
{
background-color: #28ED8A;
}
</style>
border-color css
<style>
span { border-color: #28ED8A; }
span { border-color: rgb(40,237,138); }
td.TdClassName
{
border-color: #28ED8A;
}
.TagClassName
{
border-color: #28ED8A;
}
</style>