Shades of Shamrock #30EC86
Tints of Shamrock #30EC86
RGB
CMYK
RGB Variations
Color information
#30EC86 (or 0x30EC86) is known color: Shamrock. HEX triplet: 30, EC and 86. RGB value is (48,236,134). Sum of RGB (Red+Green+Blue) = 48+236+134=418 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.48% from 418); Green value is 236 (92.58% from 255 or 56.46% from 418); Blue value is 134 (52.73% from 255 or 32.06% from 418); Max value from RGB is 236 - color contains mainly: green. Hex color #30EC86 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30EC86 is #CF1379. Grayscale: #A8A8A8. Windows color (decimal): -13570938 or 8842288. OLE color: 8842288.
HSL color Cylindrical-coordinate representation of color #30EC86: hue angle of 147.45º 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 #30EC86 is Cyan = 0.80, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 236 | 134 | - |
| CMYK | 0.80 | 0 | 0.43 | 0.07 |
| HSL | 147.45º | 0.83% | 0.56% | - |
| HSV(B) | 147.45º | 0.8% | 0.93% | - |
| XYZ | 35.52 | 62.34 | 32.72 | - |
| YUV | 168.16 | 108.72 | 42.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 236 | 134 | 0.80 | 0 | 0.43 | 0.07 | 147.45 | 0.83 | 0.56 |
| Hex | 30 | EC | 86 | 50 | 0 | 2B | 7 | 93 | 53 | 38 |
| Octal | 60 | 354 | 206 | 120 | 0 | 53 | 7 | 223 | 123 | 70 |
| Binary | 110000 | 11101100 | 10000110 | 1010000 | 0 | 101011 | 111 | 10010011 | 1010011 | 111000 |
Color Harmonies of #30EC86
Complementary color
Monochromatic Colors of #30EC86
Black with #30EC86
Text Example
Text Example
White with #30EC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30EC86; }
p { color: rgb(48,236,134); }
H1.HeaderClassName
{
color: #30EC86;
}
.AnyTagClassName
{
color: #30EC86;
}
</style>
background-color css
<style>
a { background-color: #30EC86; }
a { background-color: rgb(48,236,134); }
div.DivClassName
{
background-color: #30EC86;
}
.BgClassName
{
background-color: #30EC86;
}
</style>
border-color css
<style>
span { border-color: #30EC86; }
span { border-color: rgb(48,236,134); }
td.TdClassName
{
border-color: #30EC86;
}
.TagClassName
{
border-color: #30EC86;
}
</style>