Shades of Shamrock #30DA9A
Tints of Shamrock #30DA9A
RGB
CMYK
RGB Variations
Color information
#30DA9A (or 0x30DA9A) is known color: Shamrock. HEX triplet: 30, DA and 9A. RGB value is (48,218,154). Sum of RGB (Red+Green+Blue) = 48+218+154=420 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.43% from 420); Green value is 218 (85.55% from 255 or 51.90% from 420); Blue value is 154 (60.55% from 255 or 36.67% from 420); Max value from RGB is 218 - color contains mainly: green. Hex color #30DA9A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30DA9A is #CF2565. Grayscale: #9F9F9F. Windows color (decimal): -13575526 or 10148400. OLE color: 10148400.
HSL color Cylindrical-coordinate representation of color #30DA9A: hue angle of 157.41º degrees, saturation: 0.7, 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 #30DA9A is Cyan = 0.78, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 48 | 218 | 154 | - |
| CMYK | 0.78 | 0 | 0.29 | 0.15 |
| HSL | 157.41º | 0.7% | 0.52% | - |
| HSV(B) | 157.41º | 0.78% | 0.85% | - |
| XYZ | 32.12 | 53.1 | 39.13 | - |
| YUV | 159.87 | 124.68 | 48.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 218 | 154 | 0.78 | 0 | 0.29 | 0.15 | 157.41 | 0.7 | 0.52 |
| Hex | 30 | DA | 9A | 4E | 0 | 1D | F | 9D | 46 | 34 |
| Octal | 60 | 332 | 232 | 116 | 0 | 35 | 17 | 235 | 106 | 64 |
| Binary | 110000 | 11011010 | 10011010 | 1001110 | 0 | 11101 | 1111 | 10011101 | 1000110 | 110100 |
Color Harmonies of #30DA9A
Complementary color
Monochromatic Colors of #30DA9A
Black with #30DA9A
Text Example
Text Example
White with #30DA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30DA9A; }
p { color: rgb(48,218,154); }
H1.HeaderClassName
{
color: #30DA9A;
}
.AnyTagClassName
{
color: #30DA9A;
}
</style>
background-color css
<style>
a { background-color: #30DA9A; }
a { background-color: rgb(48,218,154); }
div.DivClassName
{
background-color: #30DA9A;
}
.BgClassName
{
background-color: #30DA9A;
}
</style>
border-color css
<style>
span { border-color: #30DA9A; }
span { border-color: rgb(48,218,154); }
td.TdClassName
{
border-color: #30DA9A;
}
.TagClassName
{
border-color: #30DA9A;
}
</style>