Shades of Shamrock #30FA98
Tints of Shamrock #30FA98
RGB
CMYK
RGB Variations
Color information
#30FA98 (or 0x30FA98) is known color: Shamrock. HEX triplet: 30, FA and 98. RGB value is (48,250,152). Sum of RGB (Red+Green+Blue) = 48+250+152=450 (59% of max value = 765). Red value is 48 (19.14% from 255 or 10.67% from 450); Green value is 250 (98.05% from 255 or 55.56% from 450); Blue value is 152 (59.77% from 255 or 33.78% from 450); Max value from RGB is 250 - color contains mainly: green. Hex color #30FA98 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30FA98 is #CF0567. Grayscale: #B2B2B2. Windows color (decimal): -13567336 or 10025520. OLE color: 10025520.
HSL color Cylindrical-coordinate representation of color #30FA98: hue angle of 150.89º degrees, saturation: 0.95, 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 #30FA98 is Cyan = 0.81, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 48 | 250 | 152 | - |
| CMYK | 0.81 | 0 | 0.39 | 0.02 |
| HSL | 150.89º | 0.95% | 0.58% | - |
| HSV(B) | 150.89º | 0.81% | 0.98% | - |
| XYZ | 41.07 | 71.27 | 41.3 | - |
| YUV | 178.43 | 113.08 | 34.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 250 | 152 | 0.81 | 0 | 0.39 | 0.02 | 150.89 | 0.95 | 0.58 |
| Hex | 30 | FA | 98 | 51 | 0 | 27 | 2 | 97 | 5F | 3A |
| Octal | 60 | 372 | 230 | 121 | 0 | 47 | 2 | 227 | 137 | 72 |
| Binary | 110000 | 11111010 | 10011000 | 1010001 | 0 | 100111 | 10 | 10010111 | 1011111 | 111010 |
Color Harmonies of #30FA98
Complementary color
Monochromatic Colors of #30FA98
Black with #30FA98
Text Example
Text Example
White with #30FA98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FA98; }
p { color: rgb(48,250,152); }
H1.HeaderClassName
{
color: #30FA98;
}
.AnyTagClassName
{
color: #30FA98;
}
</style>
background-color css
<style>
a { background-color: #30FA98; }
a { background-color: rgb(48,250,152); }
div.DivClassName
{
background-color: #30FA98;
}
.BgClassName
{
background-color: #30FA98;
}
</style>
border-color css
<style>
span { border-color: #30FA98; }
span { border-color: rgb(48,250,152); }
td.TdClassName
{
border-color: #30FA98;
}
.TagClassName
{
border-color: #30FA98;
}
</style>