Html Css Color HEX #48FFA5 Shamrock

📋 copy color: '#48FFA5'

red 72 ◦ green 255 ◦ blue 165

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

Shades of Shamrock #48FFA5

Tints of Shamrock #48FFA5

RGB

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

 GREEN value IS 255 (100% from 255) = 51.83%

 BLUE value IS 165 (64.84% from 255) = 33.54%

R = 14.63%
G = 51.83%
B = 33.54%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.35

 K value IS 0

RGB Variations

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

Color information

#48FFA5 (or 0x48FFA5) is known color: Shamrock. HEX triplet: 48, FF and A5. RGB value is (72,255,165). Sum of RGB (Red+Green+Blue) = 72+255+165=492 (65% of max value = 765). Red value is 72 (28.52% from 255 or 14.63% from 492); Green value is 255 (100% from 255 or 51.83% from 492); Blue value is 165 (64.84% from 255 or 33.54% from 492); Max value from RGB is 255 - color contains mainly: green. Hex color #48FFA5 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48FFA5 is #B7005A. Grayscale: #BEBEBE. Windows color (decimal): -11993179 or 10878792. OLE color: 10878792.

HSL color Cylindrical-coordinate representation of color #48FFA5: hue angle of 150.49º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #48FFA5 is Cyan = 0.72, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.

Color convert

RGB 72 255 165 -
CMYK 0.72 0 0.35 0
HSL 150.49º 1% 0.64% -
HSV(B) 150.49º 0.72% 1% -
XYZ 45.22 75.61 47.81 -
YUV 190.02 113.87 43.82 -
System Red Green Blue C M Y K H S L
Decimal 72 255 165 0.72 0 0.35 0 150.49 1 0.64
Hex 48 FF A5 48 0 23 0 96 64 40
Octal 110 377 245 110 0 43 0 226 144 100
Binary 1001000 11111111 10100101 1001000 0 100011 0 10010110 1100100 1000000

Color Harmonies of #48FFA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48FFA5

Black with #48FFA5

Text Example


Text Example

White with #48FFA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,255,165); }

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

background-color css

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

 a { background-color: rgb(72,255,165); }

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

border-color css

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

 span { border-color: rgb(72,255,165); }

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