#48E19D

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

Shades of Shamrock #48E19D

Tints of Shamrock #48E19D

Color information

#48E19D (or 0x48E19D) is unknown color: approx Shamrock. HEX triplet: 48, E1 and 9D. RGB value is (72,225,157). Sum of RGB (Red+Green+Blue) = 72+225+157=454 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.86% from 454); Green value is 225 (88.28% from 255 or 49.56% from 454); Blue value is 157 (61.72% from 255 or 34.58% from 454); Max value from RGB is 225 - color contains mainly: green. Hex color #48E19D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48E19D is #B71E62. Grayscale: #ABABAB. Windows color (decimal): -12000867 or 10346824. OLE color: 10346824.

HSL color Cylindrical-coordinate representation of color #48E19D: hue angle of 153.33º 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 #48E19D is Cyan = 0.68, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.12.

Color convert

RGB72225157-
CMYK0.6800.300.12
HSL153.33º71.83%58.24%-
HSV(B)153.33º68%88.24%-
XYZ35.6857.6641.15-
YUV171.5119.8157.03-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.86%
GREEN value IS 225 (88.28% from 255) = 49.56%
BLUE value IS 157 (61.72% from 255) = 34.58%
R=15.86%
G=49.56%
B=34.58%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal722251570.6800.300.12153.3371.8358.24
Hex48E19D4401EC99483a
Octal1103412351040361423111072
Binary1001000111000011001110110001000111101100100110011001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48E19D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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