#48E1A9

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

Shades of Shamrock #48E1A9

Tints of Shamrock #48E1A9

Color information

#48E1A9 (or 0x48E1A9) is unknown color: approx Shamrock. HEX triplet: 48, E1 and A9. RGB value is (72,225,169). Sum of RGB (Red+Green+Blue) = 72+225+169=466 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.45% from 466); Green value is 225 (88.28% from 255 or 48.28% from 466); Blue value is 169 (66.41% from 255 or 36.27% from 466); Max value from RGB is 225 - color contains mainly: green. Hex color #48E1A9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48E1A9 is #B71E56. Grayscale: #ACACAC. Windows color (decimal): -12000855 or 11133256. OLE color: 11133256.

HSL color Cylindrical-coordinate representation of color #48E1A9: hue angle of 158.04º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48E1A9 is Cyan = 0.68, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.12.

Color convert

RGB72225169-
CMYK0.6800.250.12
HSL158.04º71.83%58.24%-
HSV(B)158.04º68%88.24%-
XYZ36.7658.0946.81-
YUV172.87125.8156.05-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.45%
GREEN value IS 225 (88.28% from 255) = 48.28%
BLUE value IS 169 (66.41% from 255) = 36.27%
R=15.45%
G=48.28%
B=36.27%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal722251690.6800.250.12158.0471.8358.24
Hex48E1A944019C9e483a
Octal1103412511040311423611072
Binary1001000111000011010100110001000110011100100111101001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48E1A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,225,169); }

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

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

 a { background-color: rgb(72,225,169); }

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

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

 span { border-color: rgb(72,225,169); }

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