#48E690

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

Shades of Shamrock #48E690

Tints of Shamrock #48E690

Color information

#48E690 (or 0x48E690) is unknown color: approx Shamrock. HEX triplet: 48, E6 and 90. RGB value is (72,230,144). Sum of RGB (Red+Green+Blue) = 72+230+144=446 (59% of max value = 765). Red value is 72 (28.52% from 255 or 16.14% from 446); Green value is 230 (90.23% from 255 or 51.57% from 446); Blue value is 144 (56.64% from 255 or 32.29% from 446); Max value from RGB is 230 - color contains mainly: green. Hex color #48E690 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48E690 is #B7196F. Grayscale: #ADADAD. Windows color (decimal): -11999600 or 9496136. OLE color: 9496136.

HSL color Cylindrical-coordinate representation of color #48E690: hue angle of 147.34º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48E690 is Cyan = 0.69, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.10.

Color convert

RGB72230144-
CMYK0.6900.370.10
HSL147.34º75.96%59.22%-
HSV(B)147.34º68.7%90.2%-
XYZ3659.9836.07-
YUV172.95111.6555.99-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.14%
GREEN value IS 230 (90.23% from 255) = 51.57%
BLUE value IS 144 (56.64% from 255) = 32.29%
R=16.14%
G=51.57%
B=32.29%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal722301440.6900.370.10147.3475.9659.22
Hex48E69045025A934c3b
Octal1103462201050451222311473
Binary10010001110011010010000100010101001011010100100111001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48E690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,230,144); }

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

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

 a { background-color: rgb(72,230,144); }

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

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

 span { border-color: rgb(72,230,144); }

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