Shades of Shamrock #48FEA2
Tints of Shamrock #48FEA2
RGB
CMYK
RGB Variations
Color information
#48FEA2 (or 0x48FEA2) is known color: Shamrock. HEX triplet: 48, FE and A2. RGB value is (72,254,162). Sum of RGB (Red+Green+Blue) = 72+254+162=488 (64% of max value = 765). Red value is 72 (28.52% from 255 or 14.75% from 488); Green value is 254 (99.61% from 255 or 52.05% from 488); Blue value is 162 (63.67% from 255 or 33.20% from 488); Max value from RGB is 254 - color contains mainly: green. Hex color #48FEA2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48FEA2 is #B7015D. Grayscale: #BDBDBD. Windows color (decimal): -11993438 or 10681928. OLE color: 10681928.
HSL color Cylindrical-coordinate representation of color #48FEA2: hue angle of 149.67º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #48FEA2 is Cyan = 0.72, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 72 | 254 | 162 | - |
| CMYK | 0.72 | 0 | 0.36 | 0.00 |
| HSL | 149.67º | 0.99% | 0.64% | - |
| HSV(B) | 149.67º | 0.72% | 1% | - |
| XYZ | 44.64 | 74.87 | 46.28 | - |
| YUV | 189.09 | 112.7 | 44.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 254 | 162 | 0.72 | 0 | 0.36 | 0.00 | 149.67 | 0.99 | 0.64 |
| Hex | 48 | FE | A2 | 48 | 0 | 24 | 0 | 96 | 63 | 40 |
| Octal | 110 | 376 | 242 | 110 | 0 | 44 | 0 | 226 | 143 | 100 |
| Binary | 1001000 | 11111110 | 10100010 | 1001000 | 0 | 100100 | 0 | 10010110 | 1100011 | 1000000 |
Color Harmonies of #48FEA2
Complementary color
Monochromatic Colors of #48FEA2
Black with #48FEA2
Text Example
Text Example
White with #48FEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48FEA2; }
p { color: rgb(72,254,162); }
H1.HeaderClassName
{
color: #48FEA2;
}
.AnyTagClassName
{
color: #48FEA2;
}
</style>
background-color css
<style>
a { background-color: #48FEA2; }
a { background-color: rgb(72,254,162); }
div.DivClassName
{
background-color: #48FEA2;
}
.BgClassName
{
background-color: #48FEA2;
}
</style>
border-color css
<style>
span { border-color: #48FEA2; }
span { border-color: rgb(72,254,162); }
td.TdClassName
{
border-color: #48FEA2;
}
.TagClassName
{
border-color: #48FEA2;
}
</style>