Shades of Shamrock #30EE96
Tints of Shamrock #30EE96
RGB
CMYK
RGB Variations
Color information
#30EE96 (or 0x30EE96) is known color: Shamrock. HEX triplet: 30, EE and 96. RGB value is (48,238,150). Sum of RGB (Red+Green+Blue) = 48+238+150=436 (57% of max value = 765). Red value is 48 (19.14% from 255 or 11.01% from 436); Green value is 238 (93.36% from 255 or 54.59% from 436); Blue value is 150 (58.98% from 255 or 34.40% from 436); Max value from RGB is 238 - color contains mainly: green. Hex color #30EE96 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30EE96 is #CF1169. Grayscale: #ABABAB. Windows color (decimal): -13570410 or 9891376. OLE color: 9891376.
HSL color Cylindrical-coordinate representation of color #30EE96: hue angle of 152.21º degrees, saturation: 0.85, 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 #30EE96 is Cyan = 0.80, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 238 | 150 | - |
| CMYK | 0.80 | 0 | 0.37 | 0.07 |
| HSL | 152.21º | 0.85% | 0.56% | - |
| HSV(B) | 152.21º | 0.8% | 0.93% | - |
| XYZ | 37.3 | 63.98 | 39.24 | - |
| YUV | 171.16 | 116.05 | 40.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 238 | 150 | 0.80 | 0 | 0.37 | 0.07 | 152.21 | 0.85 | 0.56 |
| Hex | 30 | EE | 96 | 50 | 0 | 25 | 7 | 98 | 55 | 38 |
| Octal | 60 | 356 | 226 | 120 | 0 | 45 | 7 | 230 | 125 | 70 |
| Binary | 110000 | 11101110 | 10010110 | 1010000 | 0 | 100101 | 111 | 10011000 | 1010101 | 111000 |
Color Harmonies of #30EE96
Complementary color
Monochromatic Colors of #30EE96
Black with #30EE96
Text Example
Text Example
White with #30EE96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30EE96; }
p { color: rgb(48,238,150); }
H1.HeaderClassName
{
color: #30EE96;
}
.AnyTagClassName
{
color: #30EE96;
}
</style>
background-color css
<style>
a { background-color: #30EE96; }
a { background-color: rgb(48,238,150); }
div.DivClassName
{
background-color: #30EE96;
}
.BgClassName
{
background-color: #30EE96;
}
</style>
border-color css
<style>
span { border-color: #30EE96; }
span { border-color: rgb(48,238,150); }
td.TdClassName
{
border-color: #30EE96;
}
.TagClassName
{
border-color: #30EE96;
}
</style>