Shades of Shamrock #30D496
Tints of Shamrock #30D496
RGB
CMYK
RGB Variations
Color information
#30D496 (or 0x30D496) is known color: Shamrock. HEX triplet: 30, D4 and 96. RGB value is (48,212,150). Sum of RGB (Red+Green+Blue) = 48+212+150=410 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.71% from 410); Green value is 212 (83.20% from 255 or 51.71% from 410); Blue value is 150 (58.98% from 255 or 36.59% from 410); Max value from RGB is 212 - color contains mainly: green. Hex color #30D496 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30D496 is #CF2B69. Grayscale: #9B9B9B. Windows color (decimal): -13577066 or 9884720. OLE color: 9884720.
HSL color Cylindrical-coordinate representation of color #30D496: hue angle of 157.32º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30D496 is Cyan = 0.77, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 48 | 212 | 150 | - |
| CMYK | 0.77 | 0 | 0.29 | 0.17 |
| HSL | 157.32º | 0.66% | 0.51% | - |
| HSV(B) | 157.32º | 0.77% | 0.83% | - |
| XYZ | 30.27 | 49.92 | 36.89 | - |
| YUV | 155.9 | 124.67 | 51.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 212 | 150 | 0.77 | 0 | 0.29 | 0.17 | 157.32 | 0.66 | 0.51 |
| Hex | 30 | D4 | 96 | 4D | 0 | 1D | 11 | 9D | 42 | 33 |
| Octal | 60 | 324 | 226 | 115 | 0 | 35 | 21 | 235 | 102 | 63 |
| Binary | 110000 | 11010100 | 10010110 | 1001101 | 0 | 11101 | 10001 | 10011101 | 1000010 | 110011 |
Color Harmonies of #30D496
Complementary color
Monochromatic Colors of #30D496
Black with #30D496
Text Example
Text Example
White with #30D496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D496; }
p { color: rgb(48,212,150); }
H1.HeaderClassName
{
color: #30D496;
}
.AnyTagClassName
{
color: #30D496;
}
</style>
background-color css
<style>
a { background-color: #30D496; }
a { background-color: rgb(48,212,150); }
div.DivClassName
{
background-color: #30D496;
}
.BgClassName
{
background-color: #30D496;
}
</style>
border-color css
<style>
span { border-color: #30D496; }
span { border-color: rgb(48,212,150); }
td.TdClassName
{
border-color: #30D496;
}
.TagClassName
{
border-color: #30D496;
}
</style>