Html Css Color HEX #48F7A0 Shamrock

📋 copy color: '#48F7A0'

red 72 ◦ green 247 ◦ blue 160

#48F7A0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shamrock #48F7A0

Tints of Shamrock #48F7A0

RGB

 RED value IS 72 (28.52% from 255) = 15.03%

 GREEN value IS 247 (96.88% from 255) = 51.57%

 BLUE value IS 160 (62.89% from 255) = 33.4%

R = 15.03%
G = 51.57%
B = 33.4%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.35

 K value IS 0.03

RGB Variations

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

Color information

#48F7A0 (or 0x48F7A0) is known color: Shamrock. HEX triplet: 48, F7 and A0. RGB value is (72,247,160). Sum of RGB (Red+Green+Blue) = 72+247+160=479 (63% of max value = 765). Red value is 72 (28.52% from 255 or 15.03% from 479); Green value is 247 (96.88% from 255 or 51.57% from 479); Blue value is 160 (62.89% from 255 or 33.40% from 479); Max value from RGB is 247 - color contains mainly: green. Hex color #48F7A0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48F7A0 is #B7085F. Grayscale: #B8B8B8. Windows color (decimal): -11995232 or 10549064. OLE color: 10549064.

HSL color Cylindrical-coordinate representation of color #48F7A0: hue angle of 150.17º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48F7A0 is Cyan = 0.71, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.03.

Color convert

RGB 72 247 160 -
CMYK 0.71 0 0.35 0.03
HSL 150.17º 0.92% 0.63% -
HSV(B) 150.17º 0.71% 0.97% -
XYZ 42.28 70.44 44.63 -
YUV 184.76 114.02 47.57 -
System Red Green Blue C M Y K H S L
Decimal 72 247 160 0.71 0 0.35 0.03 150.17 0.92 0.63
Hex 48 F7 A0 47 0 23 3 96 5C 3F
Octal 110 367 240 107 0 43 3 226 134 77
Binary 1001000 11110111 10100000 1000111 0 100011 11 10010110 1011100 111111

Color Harmonies of #48F7A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48F7A0

Black with #48F7A0

Text Example


Text Example

White with #48F7A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #48F7A0;
 }
 .AnyTagClassName
 {
   color: #48F7A0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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