Shades of Shamrock #30F7A3
Tints of Shamrock #30F7A3
RGB
CMYK
RGB Variations
Color information
#30F7A3 (or 0x30F7A3) is known color: Shamrock. HEX triplet: 30, F7 and A3. RGB value is (48,247,163). Sum of RGB (Red+Green+Blue) = 48+247+163=458 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.48% from 458); Green value is 247 (96.88% from 255 or 53.93% from 458); Blue value is 163 (64.06% from 255 or 35.59% from 458); Max value from RGB is 247 - color contains mainly: green. Hex color #30F7A3 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30F7A3 is #CF085C. Grayscale: #B2B2B2. Windows color (decimal): -13568093 or 10745648. OLE color: 10745648.
HSL color Cylindrical-coordinate representation of color #30F7A3: hue angle of 154.67º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30F7A3 is Cyan = 0.81, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 48 | 247 | 163 | - |
| CMYK | 0.81 | 0 | 0.34 | 0.03 |
| HSL | 154.67º | 0.93% | 0.58% | - |
| HSV(B) | 154.67º | 0.81% | 0.97% | - |
| XYZ | 41.09 | 69.79 | 45.96 | - |
| YUV | 177.92 | 119.57 | 35.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 247 | 163 | 0.81 | 0 | 0.34 | 0.03 | 154.67 | 0.93 | 0.58 |
| Hex | 30 | F7 | A3 | 51 | 0 | 22 | 3 | 9B | 5D | 3A |
| Octal | 60 | 367 | 243 | 121 | 0 | 42 | 3 | 233 | 135 | 72 |
| Binary | 110000 | 11110111 | 10100011 | 1010001 | 0 | 100010 | 11 | 10011011 | 1011101 | 111010 |
Color Harmonies of #30F7A3
Complementary color
Monochromatic Colors of #30F7A3
Black with #30F7A3
Text Example
Text Example
White with #30F7A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30F7A3; }
p { color: rgb(48,247,163); }
H1.HeaderClassName
{
color: #30F7A3;
}
.AnyTagClassName
{
color: #30F7A3;
}
</style>
background-color css
<style>
a { background-color: #30F7A3; }
a { background-color: rgb(48,247,163); }
div.DivClassName
{
background-color: #30F7A3;
}
.BgClassName
{
background-color: #30F7A3;
}
</style>
border-color css
<style>
span { border-color: #30F7A3; }
span { border-color: rgb(48,247,163); }
td.TdClassName
{
border-color: #30F7A3;
}
.TagClassName
{
border-color: #30F7A3;
}
</style>