Shades of Shamrock #48EBA9
Tints of Shamrock #48EBA9
RGB
CMYK
RGB Variations
Color information
#48EBA9 (or 0x48EBA9) is known color: Shamrock. HEX triplet: 48, EB and A9. RGB value is (72,235,169). Sum of RGB (Red+Green+Blue) = 72+235+169=476 (63% of max value = 765). Red value is 72 (28.52% from 255 or 15.13% from 476); Green value is 235 (92.19% from 255 or 49.37% from 476); Blue value is 169 (66.41% from 255 or 35.50% from 476); Max value from RGB is 235 - color contains mainly: green. Hex color #48EBA9 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48EBA9 is #B71456. Grayscale: #B2B2B2. Windows color (decimal): -11998295 or 11135816. OLE color: 11135816.
HSL color Cylindrical-coordinate representation of color #48EBA9: hue angle of 155.71º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48EBA9 is Cyan = 0.69, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 72 | 235 | 169 | - |
| CMYK | 0.69 | 0 | 0.28 | 0.08 |
| HSL | 155.71º | 0.8% | 0.6% | - |
| HSV(B) | 155.71º | 0.69% | 0.92% | - |
| XYZ | 39.54 | 63.66 | 47.74 | - |
| YUV | 178.74 | 122.5 | 51.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 235 | 169 | 0.69 | 0 | 0.28 | 0.08 | 155.71 | 0.8 | 0.6 |
| Hex | 48 | EB | A9 | 45 | 0 | 1C | 8 | 9C | 50 | 3C |
| Octal | 110 | 353 | 251 | 105 | 0 | 34 | 10 | 234 | 120 | 74 |
| Binary | 1001000 | 11101011 | 10101001 | 1000101 | 0 | 11100 | 1000 | 10011100 | 1010000 | 111100 |
Color Harmonies of #48EBA9
Complementary color
Monochromatic Colors of #48EBA9
Black with #48EBA9
Text Example
Text Example
White with #48EBA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48EBA9; }
p { color: rgb(72,235,169); }
H1.HeaderClassName
{
color: #48EBA9;
}
.AnyTagClassName
{
color: #48EBA9;
}
</style>
background-color css
<style>
a { background-color: #48EBA9; }
a { background-color: rgb(72,235,169); }
div.DivClassName
{
background-color: #48EBA9;
}
.BgClassName
{
background-color: #48EBA9;
}
</style>
border-color css
<style>
span { border-color: #48EBA9; }
span { border-color: rgb(72,235,169); }
td.TdClassName
{
border-color: #48EBA9;
}
.TagClassName
{
border-color: #48EBA9;
}
</style>