Shades of Shamrock #48FFA0
Tints of Shamrock #48FFA0
RGB
CMYK
RGB Variations
Color information
#48FFA0 (or 0x48FFA0) is known color: Shamrock. HEX triplet: 48, FF and A0. RGB value is (72,255,160). Sum of RGB (Red+Green+Blue) = 72+255+160=487 (64% of max value = 765). Red value is 72 (28.52% from 255 or 14.78% from 487); Green value is 255 (100% from 255 or 52.36% from 487); Blue value is 160 (62.89% from 255 or 32.85% from 487); Max value from RGB is 255 - color contains mainly: green. Hex color #48FFA0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48FFA0 is #B7005F. Grayscale: #BDBDBD. Windows color (decimal): -11993184 or 10551112. OLE color: 10551112.
HSL color Cylindrical-coordinate representation of color #48FFA0: hue angle of 148.85º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #48FFA0 is Cyan = 0.72, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 72 | 255 | 160 | - |
| CMYK | 0.72 | 0 | 0.37 | 0 |
| HSL | 148.85º | 1% | 0.64% | - |
| HSV(B) | 148.85º | 0.72% | 1% | - |
| XYZ | 44.78 | 75.44 | 45.46 | - |
| YUV | 189.45 | 111.37 | 44.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 255 | 160 | 0.72 | 0 | 0.37 | 0 | 148.85 | 1 | 0.64 |
| Hex | 48 | FF | A0 | 48 | 0 | 25 | 0 | 95 | 64 | 40 |
| Octal | 110 | 377 | 240 | 110 | 0 | 45 | 0 | 225 | 144 | 100 |
| Binary | 1001000 | 11111111 | 10100000 | 1001000 | 0 | 100101 | 0 | 10010101 | 1100100 | 1000000 |
Color Harmonies of #48FFA0
Complementary color
Monochromatic Colors of #48FFA0
Black with #48FFA0
Text Example
Text Example
White with #48FFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48FFA0; }
p { color: rgb(72,255,160); }
H1.HeaderClassName
{
color: #48FFA0;
}
.AnyTagClassName
{
color: #48FFA0;
}
</style>
background-color css
<style>
a { background-color: #48FFA0; }
a { background-color: rgb(72,255,160); }
div.DivClassName
{
background-color: #48FFA0;
}
.BgClassName
{
background-color: #48FFA0;
}
</style>
border-color css
<style>
span { border-color: #48FFA0; }
span { border-color: rgb(72,255,160); }
td.TdClassName
{
border-color: #48FFA0;
}
.TagClassName
{
border-color: #48FFA0;
}
</style>