Shades of Shamrock #30F5AD
Tints of Shamrock #30F5AD
RGB
CMYK
RGB Variations
Color information
#30F5AD (or 0x30F5AD) is known color: Shamrock. HEX triplet: 30, F5 and AD. RGB value is (48,245,173). Sum of RGB (Red+Green+Blue) = 48+245+173=466 (61% of max value = 765). Red value is 48 (19.14% from 255 or 10.30% from 466); Green value is 245 (96.09% from 255 or 52.58% from 466); Blue value is 173 (67.97% from 255 or 37.12% from 466); Max value from RGB is 245 - color contains mainly: green. Hex color #30F5AD is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30F5AD is #CF0A52. Grayscale: #B1B1B1. Windows color (decimal): -13568595 or 11400496. OLE color: 11400496.
HSL color Cylindrical-coordinate representation of color #30F5AD: hue angle of 158.07º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30F5AD is Cyan = 0.80, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 48 | 245 | 173 | - |
| CMYK | 0.80 | 0 | 0.29 | 0.04 |
| HSL | 158.07º | 0.91% | 0.57% | - |
| HSV(B) | 158.07º | 0.8% | 0.96% | - |
| XYZ | 41.41 | 68.95 | 50.66 | - |
| YUV | 177.89 | 125.23 | 35.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 245 | 173 | 0.80 | 0 | 0.29 | 0.04 | 158.07 | 0.91 | 0.57 |
| Hex | 30 | F5 | AD | 50 | 0 | 1D | 4 | 9E | 5B | 39 |
| Octal | 60 | 365 | 255 | 120 | 0 | 35 | 4 | 236 | 133 | 71 |
| Binary | 110000 | 11110101 | 10101101 | 1010000 | 0 | 11101 | 100 | 10011110 | 1011011 | 111001 |
Color Harmonies of #30F5AD
Complementary color
Monochromatic Colors of #30F5AD
Black with #30F5AD
Text Example
Text Example
White with #30F5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30F5AD; }
p { color: rgb(48,245,173); }
H1.HeaderClassName
{
color: #30F5AD;
}
.AnyTagClassName
{
color: #30F5AD;
}
</style>
background-color css
<style>
a { background-color: #30F5AD; }
a { background-color: rgb(48,245,173); }
div.DivClassName
{
background-color: #30F5AD;
}
.BgClassName
{
background-color: #30F5AD;
}
</style>
border-color css
<style>
span { border-color: #30F5AD; }
span { border-color: rgb(48,245,173); }
td.TdClassName
{
border-color: #30F5AD;
}
.TagClassName
{
border-color: #30F5AD;
}
</style>