Shades of Shamrock #30F996
Tints of Shamrock #30F996
RGB
CMYK
RGB Variations
Color information
#30F996 (or 0x30F996) is known color: Shamrock. HEX triplet: 30, F9 and 96. RGB value is (48,249,150). Sum of RGB (Red+Green+Blue) = 48+249+150=447 (59% of max value = 765). Red value is 48 (19.14% from 255 or 10.74% from 447); Green value is 249 (97.66% from 255 or 55.70% from 447); Blue value is 150 (58.98% from 255 or 33.56% from 447); Max value from RGB is 249 - color contains mainly: green. Hex color #30F996 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30F996 is #CF0669. Grayscale: #B1B1B1. Windows color (decimal): -13567594 or 9894192. OLE color: 9894192.
HSL color Cylindrical-coordinate representation of color #30F996: hue angle of 150.45º degrees, saturation: 0.94, 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 #30F996 is Cyan = 0.81, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 48 | 249 | 150 | - |
| CMYK | 0.81 | 0 | 0.40 | 0.02 |
| HSL | 150.45º | 0.94% | 0.58% | - |
| HSV(B) | 150.45º | 0.81% | 0.98% | - |
| XYZ | 40.6 | 70.58 | 40.34 | - |
| YUV | 177.62 | 112.41 | 35.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 249 | 150 | 0.81 | 0 | 0.40 | 0.02 | 150.45 | 0.94 | 0.58 |
| Hex | 30 | F9 | 96 | 51 | 0 | 28 | 2 | 96 | 5E | 3A |
| Octal | 60 | 371 | 226 | 121 | 0 | 50 | 2 | 226 | 136 | 72 |
| Binary | 110000 | 11111001 | 10010110 | 1010001 | 0 | 101000 | 10 | 10010110 | 1011110 | 111010 |
Color Harmonies of #30F996
Complementary color
Monochromatic Colors of #30F996
Black with #30F996
Text Example
Text Example
White with #30F996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30F996; }
p { color: rgb(48,249,150); }
H1.HeaderClassName
{
color: #30F996;
}
.AnyTagClassName
{
color: #30F996;
}
</style>
background-color css
<style>
a { background-color: #30F996; }
a { background-color: rgb(48,249,150); }
div.DivClassName
{
background-color: #30F996;
}
.BgClassName
{
background-color: #30F996;
}
</style>
border-color css
<style>
span { border-color: #30F996; }
span { border-color: rgb(48,249,150); }
td.TdClassName
{
border-color: #30F996;
}
.TagClassName
{
border-color: #30F996;
}
</style>