Shades of Shamrock #30F9AD
Tints of Shamrock #30F9AD
RGB
CMYK
RGB Variations
Color information
#30F9AD (or 0x30F9AD) is known color: Shamrock. HEX triplet: 30, F9 and AD. RGB value is (48,249,173). Sum of RGB (Red+Green+Blue) = 48+249+173=470 (62% of max value = 765). Red value is 48 (19.14% from 255 or 10.21% from 470); Green value is 249 (97.66% from 255 or 52.98% from 470); Blue value is 173 (67.97% from 255 or 36.81% from 470); Max value from RGB is 249 - color contains mainly: green. Hex color #30F9AD is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30F9AD is #CF0652. Grayscale: #B4B4B4. Windows color (decimal): -13567571 or 11401520. OLE color: 11401520.
HSL color Cylindrical-coordinate representation of color #30F9AD: hue angle of 157.31º degrees, saturation: 0.94, 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 #30F9AD is Cyan = 0.81, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 48 | 249 | 173 | - |
| CMYK | 0.81 | 0 | 0.31 | 0.02 |
| HSL | 157.31º | 0.94% | 0.58% | - |
| HSV(B) | 157.31º | 0.81% | 0.98% | - |
| XYZ | 42.64 | 71.4 | 51.07 | - |
| YUV | 180.24 | 123.91 | 33.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 249 | 173 | 0.81 | 0 | 0.31 | 0.02 | 157.31 | 0.94 | 0.58 |
| Hex | 30 | F9 | AD | 51 | 0 | 1F | 2 | 9D | 5E | 3A |
| Octal | 60 | 371 | 255 | 121 | 0 | 37 | 2 | 235 | 136 | 72 |
| Binary | 110000 | 11111001 | 10101101 | 1010001 | 0 | 11111 | 10 | 10011101 | 1011110 | 111010 |
Color Harmonies of #30F9AD
Complementary color
Monochromatic Colors of #30F9AD
Black with #30F9AD
Text Example
Text Example
White with #30F9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30F9AD; }
p { color: rgb(48,249,173); }
H1.HeaderClassName
{
color: #30F9AD;
}
.AnyTagClassName
{
color: #30F9AD;
}
</style>
background-color css
<style>
a { background-color: #30F9AD; }
a { background-color: rgb(48,249,173); }
div.DivClassName
{
background-color: #30F9AD;
}
.BgClassName
{
background-color: #30F9AD;
}
</style>
border-color css
<style>
span { border-color: #30F9AD; }
span { border-color: rgb(48,249,173); }
td.TdClassName
{
border-color: #30F9AD;
}
.TagClassName
{
border-color: #30F9AD;
}
</style>