Shades of Shamrock #30D99C
Tints of Shamrock #30D99C
RGB
CMYK
RGB Variations
Color information
#30D99C (or 0x30D99C) is known color: Shamrock. HEX triplet: 30, D9 and 9C. RGB value is (48,217,156). Sum of RGB (Red+Green+Blue) = 48+217+156=421 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.40% from 421); Green value is 217 (85.16% from 255 or 51.54% from 421); Blue value is 156 (61.33% from 255 or 37.05% from 421); Max value from RGB is 217 - color contains mainly: green. Hex color #30D99C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30D99C is #CF2663. Grayscale: #9F9F9F. Windows color (decimal): -13575780 or 10279216. OLE color: 10279216.
HSL color Cylindrical-coordinate representation of color #30D99C: hue angle of 158.34º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30D99C is Cyan = 0.78, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 48 | 217 | 156 | - |
| CMYK | 0.78 | 0 | 0.28 | 0.15 |
| HSL | 158.34º | 0.69% | 0.52% | - |
| HSV(B) | 158.34º | 0.78% | 0.85% | - |
| XYZ | 32.03 | 52.65 | 39.93 | - |
| YUV | 159.52 | 126.01 | 48.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 217 | 156 | 0.78 | 0 | 0.28 | 0.15 | 158.34 | 0.69 | 0.52 |
| Hex | 30 | D9 | 9C | 4E | 0 | 1C | F | 9E | 45 | 34 |
| Octal | 60 | 331 | 234 | 116 | 0 | 34 | 17 | 236 | 105 | 64 |
| Binary | 110000 | 11011001 | 10011100 | 1001110 | 0 | 11100 | 1111 | 10011110 | 1000101 | 110100 |
Color Harmonies of #30D99C
Complementary color
Monochromatic Colors of #30D99C
Black with #30D99C
Text Example
Text Example
White with #30D99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D99C; }
p { color: rgb(48,217,156); }
H1.HeaderClassName
{
color: #30D99C;
}
.AnyTagClassName
{
color: #30D99C;
}
</style>
background-color css
<style>
a { background-color: #30D99C; }
a { background-color: rgb(48,217,156); }
div.DivClassName
{
background-color: #30D99C;
}
.BgClassName
{
background-color: #30D99C;
}
</style>
border-color css
<style>
span { border-color: #30D99C; }
span { border-color: rgb(48,217,156); }
td.TdClassName
{
border-color: #30D99C;
}
.TagClassName
{
border-color: #30D99C;
}
</style>