#48F5A0

Color #48F5A0 Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #48F5A0

Tints of Shamrock #48F5A0

Color information

#48F5A0 (or 0x48F5A0) is unknown color: approx Shamrock. HEX triplet: 48, F5 and A0. RGB value is (72,245,160). Sum of RGB (Red+Green+Blue) = 72+245+160=477 (63% of max value = 765). Red value is 72 (28.52% from 255 or 15.09% from 477); Green value is 245 (96.09% from 255 or 51.36% from 477); Blue value is 160 (62.89% from 255 or 33.54% from 477); Max value from RGB is 245 - color contains mainly: green. Hex color #48F5A0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48F5A0 is #B70A5F. Grayscale: #B7B7B7. Windows color (decimal): -11995744 or 10548552. OLE color: 10548552.

HSL color Cylindrical-coordinate representation of color #48F5A0: hue angle of 150.52º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48F5A0 is Cyan = 0.71, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.04.

Color convert

RGB72245160-
CMYK0.7100.350.04
HSL150.52º89.64%62.16%-
HSV(B)150.52º70.61%96.08%-
XYZ41.6769.2244.42-
YUV183.58114.6948.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 72 (28.52% from 255) = 15.09%
GREEN value IS 245 (96.09% from 255) = 51.36%
BLUE value IS 160 (62.89% from 255) = 33.54%
R=15.09%
G=51.36%
B=33.54%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal722451600.7100.350.04150.5289.6462.16
Hex48F5A0470234975a3e
Octal110365240107043422713276
Binary1001000111101011010000010001110100011100100101111011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48F5A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48F5A0; }

 p { color: rgb(72,245,160); }

 H1.HeaderClassName
 {
   color: #48F5A0;
 }
 .AnyTagClassName
 {
   color: #48F5A0;
 }
</style>
background-color css

<style>
 a { background-color: #48F5A0; }

 a { background-color: rgb(72,245,160); }

 div.DivClassName
 {
   background-color: #48F5A0;
 }
 .BgClassName
 {
   background-color: #48F5A0;
 }
</style>
border-color css

<style>
 span { border-color: #48F5A0; }

 span { border-color: rgb(72,245,160); }

 td.TdClassName
 {
   border-color: #48F5A0;
 }
 .TagClassName
 {
   border-color: #48F5A0;
 }
</style>