Shades of Shamrock #30FA90
Tints of Shamrock #30FA90
RGB
CMYK
RGB Variations
Color information
#30FA90 (or 0x30FA90) is known color: Shamrock. HEX triplet: 30, FA and 90. RGB value is (48,250,144). Sum of RGB (Red+Green+Blue) = 48+250+144=442 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.86% from 442); Green value is 250 (98.05% from 255 or 56.56% from 442); Blue value is 144 (56.64% from 255 or 32.58% from 442); Max value from RGB is 250 - color contains mainly: green. Hex color #30FA90 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30FA90 is #CF056F. Grayscale: #B1B1B1. Windows color (decimal): -13567344 or 9501232. OLE color: 9501232.
HSL color Cylindrical-coordinate representation of color #30FA90: hue angle of 148.51º 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 #30FA90 is Cyan = 0.81, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 48 | 250 | 144 | - |
| CMYK | 0.81 | 0 | 0.42 | 0.02 |
| HSL | 148.51º | 0.95% | 0.58% | - |
| HSV(B) | 148.51º | 0.81% | 0.98% | - |
| XYZ | 40.44 | 71.01 | 37.96 | - |
| YUV | 177.52 | 109.08 | 35.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 250 | 144 | 0.81 | 0 | 0.42 | 0.02 | 148.51 | 0.95 | 0.58 |
| Hex | 30 | FA | 90 | 51 | 0 | 2A | 2 | 95 | 5F | 3A |
| Octal | 60 | 372 | 220 | 121 | 0 | 52 | 2 | 225 | 137 | 72 |
| Binary | 110000 | 11111010 | 10010000 | 1010001 | 0 | 101010 | 10 | 10010101 | 1011111 | 111010 |
Color Harmonies of #30FA90
Complementary color
Monochromatic Colors of #30FA90
Black with #30FA90
Text Example
Text Example
White with #30FA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FA90; }
p { color: rgb(48,250,144); }
H1.HeaderClassName
{
color: #30FA90;
}
.AnyTagClassName
{
color: #30FA90;
}
</style>
background-color css
<style>
a { background-color: #30FA90; }
a { background-color: rgb(48,250,144); }
div.DivClassName
{
background-color: #30FA90;
}
.BgClassName
{
background-color: #30FA90;
}
</style>
border-color css
<style>
span { border-color: #30FA90; }
span { border-color: rgb(48,250,144); }
td.TdClassName
{
border-color: #30FA90;
}
.TagClassName
{
border-color: #30FA90;
}
</style>