Html Css Color HEX #49FFA6 Shamrock

📋 copy color: '#49FFA6'

red 73 ◦ green 255 ◦ blue 166

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

Shades of Shamrock #49FFA6

Tints of Shamrock #49FFA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 33.6%

R = 14.78%
G = 51.62%
B = 33.6%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.35

 K value IS 0

RGB Variations

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

Color information

#49FFA6 (or 0x49FFA6) is known color: Shamrock. HEX triplet: 49, FF and A6. RGB value is (73,255,166). Sum of RGB (Red+Green+Blue) = 73+255+166=494 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.78% from 494); Green value is 255 (100% from 255 or 51.62% from 494); Blue value is 166 (65.23% from 255 or 33.60% from 494); Max value from RGB is 255 - color contains mainly: green. Hex color #49FFA6 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49FFA6 is #B60059. Grayscale: #BEBEBE. Windows color (decimal): -11927642 or 10944329. OLE color: 10944329.

HSL color Cylindrical-coordinate representation of color #49FFA6: hue angle of 150.66º 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 #49FFA6 is Cyan = 0.71, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.

Color convert

RGB 73 255 166 -
CMYK 0.71 0 0.35 0
HSL 150.66º 1% 0.64% -
HSV(B) 150.66º 0.71% 1% -
XYZ 45.39 75.69 48.29 -
YUV 190.44 114.2 44.24 -
System Red Green Blue C M Y K H S L
Decimal 73 255 166 0.71 0 0.35 0 150.66 1 0.64
Hex 49 FF A6 47 0 23 0 97 64 40
Octal 111 377 246 107 0 43 0 227 144 100
Binary 1001001 11111111 10100110 1000111 0 100011 0 10010111 1100100 1000000

Color Harmonies of #49FFA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49FFA6

Black with #49FFA6

Text Example


Text Example

White with #49FFA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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