Shades of Shamrock #28EF9F
Tints of Shamrock #28EF9F
RGB
CMYK
RGB Variations
Color information
#28EF9F (or 0x28EF9F) is known color: Shamrock. HEX triplet: 28, EF and 9F. RGB value is (40,239,159). Sum of RGB (Red+Green+Blue) = 40+239+159=438 (58% of max value = 765). Red value is 40 (16.02% from 255 or 9.13% from 438); Green value is 239 (93.75% from 255 or 54.57% from 438); Blue value is 159 (62.5% from 255 or 36.30% from 438); Max value from RGB is 239 - color contains mainly: green. Hex color #28EF9F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #28EF9F is #D71060. Grayscale: #AAAAAA. Windows color (decimal): -14094433 or 10481448. OLE color: 10481448.
HSL color Cylindrical-coordinate representation of color #28EF9F: hue angle of 155.88º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28EF9F is Cyan = 0.83, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 40 | 239 | 159 | - |
| CMYK | 0.83 | 0 | 0.33 | 0.06 |
| HSL | 155.88º | 0.86% | 0.55% | - |
| HSV(B) | 155.88º | 0.83% | 0.94% | - |
| XYZ | 38 | 64.69 | 43.28 | - |
| YUV | 170.38 | 121.57 | 35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 239 | 159 | 0.83 | 0 | 0.33 | 0.06 | 155.88 | 0.86 | 0.55 |
| Hex | 28 | EF | 9F | 53 | 0 | 21 | 6 | 9C | 56 | 37 |
| Octal | 50 | 357 | 237 | 123 | 0 | 41 | 6 | 234 | 126 | 67 |
| Binary | 101000 | 11101111 | 10011111 | 1010011 | 0 | 100001 | 110 | 10011100 | 1010110 | 110111 |
Color Harmonies of #28EF9F
Complementary color
Monochromatic Colors of #28EF9F
Black with #28EF9F
Text Example
Text Example
White with #28EF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28EF9F; }
p { color: rgb(40,239,159); }
H1.HeaderClassName
{
color: #28EF9F;
}
.AnyTagClassName
{
color: #28EF9F;
}
</style>
background-color css
<style>
a { background-color: #28EF9F; }
a { background-color: rgb(40,239,159); }
div.DivClassName
{
background-color: #28EF9F;
}
.BgClassName
{
background-color: #28EF9F;
}
</style>
border-color css
<style>
span { border-color: #28EF9F; }
span { border-color: rgb(40,239,159); }
td.TdClassName
{
border-color: #28EF9F;
}
.TagClassName
{
border-color: #28EF9F;
}
</style>