Shades of Shamrock #30E09F
Tints of Shamrock #30E09F
RGB
CMYK
RGB Variations
Color information
#30E09F (or 0x30E09F) is known color: Shamrock. HEX triplet: 30, E0 and 9F. RGB value is (48,224,159). Sum of RGB (Red+Green+Blue) = 48+224+159=431 (57% of max value = 765). Red value is 48 (19.14% from 255 or 11.14% from 431); Green value is 224 (87.89% from 255 or 51.97% from 431); Blue value is 159 (62.5% from 255 or 36.89% from 431); Max value from RGB is 224 - color contains mainly: green. Hex color #30E09F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30E09F is #CF1F60. Grayscale: #A4A4A4. Windows color (decimal): -13573985 or 10477616. OLE color: 10477616.
HSL color Cylindrical-coordinate representation of color #30E09F: hue angle of 157.84º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30E09F is Cyan = 0.79, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 48 | 224 | 159 | - |
| CMYK | 0.79 | 0 | 0.29 | 0.12 |
| HSL | 157.84º | 0.74% | 0.53% | - |
| HSV(B) | 157.84º | 0.79% | 0.88% | - |
| XYZ | 34.13 | 56.44 | 41.9 | - |
| YUV | 163.97 | 125.19 | 45.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 224 | 159 | 0.79 | 0 | 0.29 | 0.12 | 157.84 | 0.74 | 0.53 |
| Hex | 30 | E0 | 9F | 4F | 0 | 1D | C | 9E | 4A | 35 |
| Octal | 60 | 340 | 237 | 117 | 0 | 35 | 14 | 236 | 112 | 65 |
| Binary | 110000 | 11100000 | 10011111 | 1001111 | 0 | 11101 | 1100 | 10011110 | 1001010 | 110101 |
Color Harmonies of #30E09F
Complementary color
Monochromatic Colors of #30E09F
Black with #30E09F
Text Example
Text Example
White with #30E09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30E09F; }
p { color: rgb(48,224,159); }
H1.HeaderClassName
{
color: #30E09F;
}
.AnyTagClassName
{
color: #30E09F;
}
</style>
background-color css
<style>
a { background-color: #30E09F; }
a { background-color: rgb(48,224,159); }
div.DivClassName
{
background-color: #30E09F;
}
.BgClassName
{
background-color: #30E09F;
}
</style>
border-color css
<style>
span { border-color: #30E09F; }
span { border-color: rgb(48,224,159); }
td.TdClassName
{
border-color: #30E09F;
}
.TagClassName
{
border-color: #30E09F;
}
</style>