Shades of Shamrock #30EC9A
Tints of Shamrock #30EC9A
RGB
CMYK
RGB Variations
Color information
#30EC9A (or 0x30EC9A) is known color: Shamrock. HEX triplet: 30, EC and 9A. RGB value is (48,236,154). Sum of RGB (Red+Green+Blue) = 48+236+154=438 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.96% from 438); Green value is 236 (92.58% from 255 or 53.88% from 438); Blue value is 154 (60.55% from 255 or 35.16% from 438); Max value from RGB is 236 - color contains mainly: green. Hex color #30EC9A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30EC9A is #CF1365. Grayscale: #AAAAAA. Windows color (decimal): -13570918 or 10153008. OLE color: 10153008.
HSL color Cylindrical-coordinate representation of color #30EC9A: hue angle of 153.83º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30EC9A is Cyan = 0.80, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 236 | 154 | - |
| CMYK | 0.80 | 0 | 0.35 | 0.07 |
| HSL | 153.83º | 0.83% | 0.56% | - |
| HSV(B) | 153.83º | 0.8% | 0.93% | - |
| XYZ | 37.05 | 62.95 | 40.77 | - |
| YUV | 170.44 | 118.72 | 40.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 236 | 154 | 0.80 | 0 | 0.35 | 0.07 | 153.83 | 0.83 | 0.56 |
| Hex | 30 | EC | 9A | 50 | 0 | 23 | 7 | 9A | 53 | 38 |
| Octal | 60 | 354 | 232 | 120 | 0 | 43 | 7 | 232 | 123 | 70 |
| Binary | 110000 | 11101100 | 10011010 | 1010000 | 0 | 100011 | 111 | 10011010 | 1010011 | 111000 |
Color Harmonies of #30EC9A
Complementary color
Monochromatic Colors of #30EC9A
Black with #30EC9A
Text Example
Text Example
White with #30EC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30EC9A; }
p { color: rgb(48,236,154); }
H1.HeaderClassName
{
color: #30EC9A;
}
.AnyTagClassName
{
color: #30EC9A;
}
</style>
background-color css
<style>
a { background-color: #30EC9A; }
a { background-color: rgb(48,236,154); }
div.DivClassName
{
background-color: #30EC9A;
}
.BgClassName
{
background-color: #30EC9A;
}
</style>
border-color css
<style>
span { border-color: #30EC9A; }
span { border-color: rgb(48,236,154); }
td.TdClassName
{
border-color: #30EC9A;
}
.TagClassName
{
border-color: #30EC9A;
}
</style>