Html Css Color HEX #48FEA1 Shamrock

📋 copy color: '#48FEA1'

red 72 ◦ green 254 ◦ blue 161

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

Shades of Shamrock #48FEA1

Tints of Shamrock #48FEA1

RGB

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

 GREEN value IS 254 (99.61% from 255) = 52.16%

 BLUE value IS 161 (63.28% from 255) = 33.06%

R = 14.78%
G = 52.16%
B = 33.06%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#48FEA1 (or 0x48FEA1) is known color: Shamrock. HEX triplet: 48, FE and A1. RGB value is (72,254,161). Sum of RGB (Red+Green+Blue) = 72+254+161=487 (64% of max value = 765). Red value is 72 (28.52% from 255 or 14.78% from 487); Green value is 254 (99.61% from 255 or 52.16% from 487); Blue value is 161 (63.28% from 255 or 33.06% from 487); Max value from RGB is 254 - color contains mainly: green. Hex color #48FEA1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48FEA1 is #B7015E. Grayscale: #BDBDBD. Windows color (decimal): -11993439 or 10616392. OLE color: 10616392.

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

Color convert

RGB 72 254 161 -
CMYK 0.72 0 0.37 0.00
HSL 149.34º 0.99% 0.64% -
HSV(B) 149.34º 0.72% 1% -
XYZ 44.55 74.83 45.81 -
YUV 188.98 112.2 44.56 -
System Red Green Blue C M Y K H S L
Decimal 72 254 161 0.72 0 0.37 0.00 149.34 0.99 0.64
Hex 48 FE A1 48 0 25 0 95 63 40
Octal 110 376 241 110 0 45 0 225 143 100
Binary 1001000 11111110 10100001 1001000 0 100101 0 10010101 1100011 1000000

Color Harmonies of #48FEA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48FEA1

Black with #48FEA1

Text Example


Text Example

White with #48FEA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,254,161); }

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

background-color css

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

 a { background-color: rgb(72,254,161); }

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

border-color css

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

 span { border-color: rgb(72,254,161); }

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