Html Css Color HEX #49FFA0 Shamrock

📋 copy color: '#49FFA0'

red 73 ◦ green 255 ◦ blue 160

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

Shades of Shamrock #49FFA0

Tints of Shamrock #49FFA0

RGB

 RED value IS 73 (28.91% from 255) = 14.96%

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

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

R = 14.96%
G = 52.25%
B = 32.79%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.37

 K value IS 0

RGB Variations

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

Color information

#49FFA0 (or 0x49FFA0) is known color: Shamrock. HEX triplet: 49, FF and A0. RGB value is (73,255,160). Sum of RGB (Red+Green+Blue) = 73+255+160=488 (64% of max value = 765). Red value is 73 (28.91% from 255 or 14.96% from 488); Green value is 255 (100% from 255 or 52.25% from 488); Blue value is 160 (62.89% from 255 or 32.79% from 488); Max value from RGB is 255 - color contains mainly: green. Hex color #49FFA0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49FFA0 is #B6005F. Grayscale: #BDBDBD. Windows color (decimal): -11927648 or 10551113. OLE color: 10551113.

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

Color convert

RGB 73 255 160 -
CMYK 0.71 0 0.37 0
HSL 148.68º 1% 0.64% -
HSV(B) 148.68º 0.71% 1% -
XYZ 44.85 75.47 45.46 -
YUV 189.75 111.2 44.72 -
System Red Green Blue C M Y K H S L
Decimal 73 255 160 0.71 0 0.37 0 148.68 1 0.64
Hex 49 FF A0 47 0 25 0 95 64 40
Octal 111 377 240 107 0 45 0 225 144 100
Binary 1001001 11111111 10100000 1000111 0 100101 0 10010101 1100100 1000000

Color Harmonies of #49FFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49FFA0

Black with #49FFA0

Text Example


Text Example

White with #49FFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49FFA0; }

 p { color: rgb(73,255,160); }

 H1.HeaderClassName
 {
   color: #49FFA0;
 }
 .AnyTagClassName
 {
   color: #49FFA0;
 }
</style>

background-color css

<style>
 a { background-color: #49FFA0; }

 a { background-color: rgb(73,255,160); }

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

border-color css

<style>
 span { border-color: #49FFA0; }

 span { border-color: rgb(73,255,160); }

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