Shades of Shamrock #30FA8E
Tints of Shamrock #30FA8E
RGB
CMYK
RGB Variations
Color information
#30FA8E (or 0x30FA8E) is known color: Shamrock. HEX triplet: 30, FA and 8E. RGB value is (48,250,142). Sum of RGB (Red+Green+Blue) = 48+250+142=440 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.91% from 440); Green value is 250 (98.05% from 255 or 56.82% from 440); Blue value is 142 (55.86% from 255 or 32.27% from 440); Max value from RGB is 250 - color contains mainly: green. Hex color #30FA8E is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30FA8E is #CF0571. Grayscale: #B1B1B1. Windows color (decimal): -13567346 or 9370160. OLE color: 9370160.
HSL color Cylindrical-coordinate representation of color #30FA8E: hue angle of 147.92º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30FA8E is Cyan = 0.81, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 48 | 250 | 142 | - |
| CMYK | 0.81 | 0 | 0.43 | 0.02 |
| HSL | 147.92º | 0.95% | 0.58% | - |
| HSV(B) | 147.92º | 0.81% | 0.98% | - |
| XYZ | 40.29 | 70.95 | 37.16 | - |
| YUV | 177.29 | 108.08 | 35.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 250 | 142 | 0.81 | 0 | 0.43 | 0.02 | 147.92 | 0.95 | 0.58 |
| Hex | 30 | FA | 8E | 51 | 0 | 2B | 2 | 94 | 5F | 3A |
| Octal | 60 | 372 | 216 | 121 | 0 | 53 | 2 | 224 | 137 | 72 |
| Binary | 110000 | 11111010 | 10001110 | 1010001 | 0 | 101011 | 10 | 10010100 | 1011111 | 111010 |
Color Harmonies of #30FA8E
Complementary color
Monochromatic Colors of #30FA8E
Black with #30FA8E
Text Example
Text Example
White with #30FA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FA8E; }
p { color: rgb(48,250,142); }
H1.HeaderClassName
{
color: #30FA8E;
}
.AnyTagClassName
{
color: #30FA8E;
}
</style>
background-color css
<style>
a { background-color: #30FA8E; }
a { background-color: rgb(48,250,142); }
div.DivClassName
{
background-color: #30FA8E;
}
.BgClassName
{
background-color: #30FA8E;
}
</style>
border-color css
<style>
span { border-color: #30FA8E; }
span { border-color: rgb(48,250,142); }
td.TdClassName
{
border-color: #30FA8E;
}
.TagClassName
{
border-color: #30FA8E;
}
</style>