Shades of Shamrock #28F08A
Tints of Shamrock #28F08A
RGB
CMYK
RGB Variations
Color information
#28F08A (or 0x28F08A) is known color: Shamrock. HEX triplet: 28, F0 and 8A. RGB value is (40,240,138). Sum of RGB (Red+Green+Blue) = 40+240+138=418 (55% of max value = 765). Red value is 40 (16.02% from 255 or 9.57% from 418); Green value is 240 (94.14% from 255 or 57.42% from 418); Blue value is 138 (54.30% from 255 or 33.01% from 418); Max value from RGB is 240 - color contains mainly: green. Hex color #28F08A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #28F08A is #D70F75. Grayscale: #A8A8A8. Windows color (decimal): -14094198 or 9105448. OLE color: 9105448.
HSL color Cylindrical-coordinate representation of color #28F08A: hue angle of 149.4º degrees, saturation: 0.87, 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 #28F08A is Cyan = 0.83, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 40 | 240 | 138 | - |
| CMYK | 0.83 | 0 | 0.42 | 0.06 |
| HSL | 149.4º | 0.87% | 0.55% | - |
| HSV(B) | 149.4º | 0.83% | 0.94% | - |
| XYZ | 36.62 | 64.61 | 34.58 | - |
| YUV | 168.57 | 110.74 | 36.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 240 | 138 | 0.83 | 0 | 0.42 | 0.06 | 149.4 | 0.87 | 0.55 |
| Hex | 28 | F0 | 8A | 53 | 0 | 2A | 6 | 95 | 57 | 37 |
| Octal | 50 | 360 | 212 | 123 | 0 | 52 | 6 | 225 | 127 | 67 |
| Binary | 101000 | 11110000 | 10001010 | 1010011 | 0 | 101010 | 110 | 10010101 | 1010111 | 110111 |
Color Harmonies of #28F08A
Complementary color
Monochromatic Colors of #28F08A
Black with #28F08A
Text Example
Text Example
White with #28F08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F08A; }
p { color: rgb(40,240,138); }
H1.HeaderClassName
{
color: #28F08A;
}
.AnyTagClassName
{
color: #28F08A;
}
</style>
background-color css
<style>
a { background-color: #28F08A; }
a { background-color: rgb(40,240,138); }
div.DivClassName
{
background-color: #28F08A;
}
.BgClassName
{
background-color: #28F08A;
}
</style>
border-color css
<style>
span { border-color: #28F08A; }
span { border-color: rgb(40,240,138); }
td.TdClassName
{
border-color: #28F08A;
}
.TagClassName
{
border-color: #28F08A;
}
</style>