Shades of Shamrock #30CA89
Tints of Shamrock #30CA89
RGB
CMYK
RGB Variations
Color information
#30CA89 (or 0x30CA89) is known color: Shamrock. HEX triplet: 30, CA and 89. RGB value is (48,202,137). Sum of RGB (Red+Green+Blue) = 48+202+137=387 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.40% from 387); Green value is 202 (79.30% from 255 or 52.20% from 387); Blue value is 137 (53.91% from 255 or 35.40% from 387); Max value from RGB is 202 - color contains mainly: green. Hex color #30CA89 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30CA89 is #CF3576. Grayscale: #949494. Windows color (decimal): -13579639 or 9030192. OLE color: 9030192.
HSL color Cylindrical-coordinate representation of color #30CA89: hue angle of 154.68º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30CA89 is Cyan = 0.76, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 48 | 202 | 137 | - |
| CMYK | 0.76 | 0 | 0.32 | 0.21 |
| HSL | 154.68º | 0.62% | 0.49% | - |
| HSV(B) | 154.68º | 0.76% | 0.79% | - |
| XYZ | 26.85 | 44.68 | 30.87 | - |
| YUV | 148.54 | 121.48 | 56.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 202 | 137 | 0.76 | 0 | 0.32 | 0.21 | 154.68 | 0.62 | 0.49 |
| Hex | 30 | CA | 89 | 4C | 0 | 20 | 15 | 9B | 3E | 31 |
| Octal | 60 | 312 | 211 | 114 | 0 | 40 | 25 | 233 | 76 | 61 |
| Binary | 110000 | 11001010 | 10001001 | 1001100 | 0 | 100000 | 10101 | 10011011 | 111110 | 110001 |
Color Harmonies of #30CA89
Complementary color
Monochromatic Colors of #30CA89
Black with #30CA89
Text Example
Text Example
White with #30CA89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CA89; }
p { color: rgb(48,202,137); }
H1.HeaderClassName
{
color: #30CA89;
}
.AnyTagClassName
{
color: #30CA89;
}
</style>
background-color css
<style>
a { background-color: #30CA89; }
a { background-color: rgb(48,202,137); }
div.DivClassName
{
background-color: #30CA89;
}
.BgClassName
{
background-color: #30CA89;
}
</style>
border-color css
<style>
span { border-color: #30CA89; }
span { border-color: rgb(48,202,137); }
td.TdClassName
{
border-color: #30CA89;
}
.TagClassName
{
border-color: #30CA89;
}
</style>