Shades of Shamrock #48F1A8
Tints of Shamrock #48F1A8
RGB
CMYK
RGB Variations
Color information
#48F1A8 (or 0x48F1A8) is known color: Shamrock. HEX triplet: 48, F1 and A8. RGB value is (72,241,168). Sum of RGB (Red+Green+Blue) = 72+241+168=481 (63% of max value = 765). Red value is 72 (28.52% from 255 or 14.97% from 481); Green value is 241 (94.53% from 255 or 50.10% from 481); Blue value is 168 (66.02% from 255 or 34.93% from 481); Max value from RGB is 241 - color contains mainly: green. Hex color #48F1A8 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48F1A8 is #B70E57. Grayscale: #B6B6B6. Windows color (decimal): -11996760 or 11071816. OLE color: 11071816.
HSL color Cylindrical-coordinate representation of color #48F1A8: hue angle of 154.08º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48F1A8 is Cyan = 0.70, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 72 | 241 | 168 | - |
| CMYK | 0.70 | 0 | 0.30 | 0.05 |
| HSL | 154.08º | 0.86% | 0.61% | - |
| HSV(B) | 154.08º | 0.7% | 0.95% | - |
| XYZ | 41.2 | 67.12 | 47.83 | - |
| YUV | 182.15 | 120.01 | 49.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 241 | 168 | 0.70 | 0 | 0.30 | 0.05 | 154.08 | 0.86 | 0.61 |
| Hex | 48 | F1 | A8 | 46 | 0 | 1E | 5 | 9A | 56 | 3D |
| Octal | 110 | 361 | 250 | 106 | 0 | 36 | 5 | 232 | 126 | 75 |
| Binary | 1001000 | 11110001 | 10101000 | 1000110 | 0 | 11110 | 101 | 10011010 | 1010110 | 111101 |
Color Harmonies of #48F1A8
Complementary color
Monochromatic Colors of #48F1A8
Black with #48F1A8
Text Example
Text Example
White with #48F1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48F1A8; }
p { color: rgb(72,241,168); }
H1.HeaderClassName
{
color: #48F1A8;
}
.AnyTagClassName
{
color: #48F1A8;
}
</style>
background-color css
<style>
a { background-color: #48F1A8; }
a { background-color: rgb(72,241,168); }
div.DivClassName
{
background-color: #48F1A8;
}
.BgClassName
{
background-color: #48F1A8;
}
</style>
border-color css
<style>
span { border-color: #48F1A8; }
span { border-color: rgb(72,241,168); }
td.TdClassName
{
border-color: #48F1A8;
}
.TagClassName
{
border-color: #48F1A8;
}
</style>