Html Css Color HEX #30FFA0 Medium Spring Green
📋 copy color: '#30FFA0'red 48 ◦ green 255 ◦ blue 160
Shades of Medium Spring Green #30FFA0
Tints of Medium Spring Green #30FFA0
RGB
CMYK
RGB Variations
Color information
#30FFA0 (or 0x30FFA0) is known color: Medium Spring Green. HEX triplet: 30, FF and A0. RGB value is (48,255,160). Sum of RGB (Red+Green+Blue) = 48+255+160=463 (61% of max value = 765). Red value is 48 (19.14% from 255 or 10.37% from 463); Green value is 255 (100% from 255 or 55.08% from 463); Blue value is 160 (62.89% from 255 or 34.56% from 463); Max value from RGB is 255 - color contains mainly: green. Hex color #30FFA0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30FFA0 is #CF005F. Grayscale: #B6B6B6. Windows color (decimal): -13566048 or 10551088. OLE color: 10551088.
HSL color Cylindrical-coordinate representation of color #30FFA0: hue angle of 152.46º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30FFA0 is Cyan = 0.81, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 48 | 255 | 160 | - |
| CMYK | 0.81 | 0 | 0.37 | 0 |
| HSL | 152.46º | 1% | 0.59% | - |
| HSV(B) | 152.46º | 0.81% | 1% | - |
| XYZ | 43.32 | 74.69 | 45.39 | - |
| YUV | 182.28 | 115.42 | 32.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 255 | 160 | 0.81 | 0 | 0.37 | 0 | 152.46 | 1 | 0.59 |
| Hex | 30 | FF | A0 | 51 | 0 | 25 | 0 | 98 | 64 | 3B |
| Octal | 60 | 377 | 240 | 121 | 0 | 45 | 0 | 230 | 144 | 73 |
| Binary | 110000 | 11111111 | 10100000 | 1010001 | 0 | 100101 | 0 | 10011000 | 1100100 | 111011 |
Color Harmonies of #30FFA0
Complementary color
Monochromatic Colors of #30FFA0
Black with #30FFA0
Text Example
Text Example
White with #30FFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FFA0; }
p { color: rgb(48,255,160); }
H1.HeaderClassName
{
color: #30FFA0;
}
.AnyTagClassName
{
color: #30FFA0;
}
</style>
background-color css
<style>
a { background-color: #30FFA0; }
a { background-color: rgb(48,255,160); }
div.DivClassName
{
background-color: #30FFA0;
}
.BgClassName
{
background-color: #30FFA0;
}
</style>
border-color css
<style>
span { border-color: #30FFA0; }
span { border-color: rgb(48,255,160); }
td.TdClassName
{
border-color: #30FFA0;
}
.TagClassName
{
border-color: #30FFA0;
}
</style>