Html Css Color HEX #49F2A8 Shamrock

📋 copy color: '#49F2A8'

red 73 ◦ green 242 ◦ blue 168

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

Shades of Shamrock #49F2A8

Tints of Shamrock #49F2A8

RGB

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

 GREEN value IS 242 (94.92% from 255) = 50.1%

 BLUE value IS 168 (66.02% from 255) = 34.78%

R = 15.11%
G = 50.1%
B = 34.78%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.31

 K value IS 0.05

RGB Variations

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

Color information

#49F2A8 (or 0x49F2A8) is known color: Shamrock. HEX triplet: 49, F2 and A8. RGB value is (73,242,168). Sum of RGB (Red+Green+Blue) = 73+242+168=483 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.11% from 483); Green value is 242 (94.92% from 255 or 50.10% from 483); Blue value is 168 (66.02% from 255 or 34.78% from 483); Max value from RGB is 242 - color contains mainly: green. Hex color #49F2A8 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49F2A8 is #B60D57. Grayscale: #B7B7B7. Windows color (decimal): -11930968 or 11072073. OLE color: 11072073.

HSL color Cylindrical-coordinate representation of color #49F2A8: hue angle of 153.73º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49F2A8 is Cyan = 0.70, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.05.

Color convert

RGB 73 242 168 -
CMYK 0.70 0 0.31 0.05
HSL 153.73º 0.87% 0.62% -
HSV(B) 153.73º 0.7% 0.95% -
XYZ 41.57 67.75 47.93 -
YUV 183.03 119.51 49.52 -
System Red Green Blue C M Y K H S L
Decimal 73 242 168 0.70 0 0.31 0.05 153.73 0.87 0.62
Hex 49 F2 A8 46 0 1F 5 9A 57 3E
Octal 111 362 250 106 0 37 5 232 127 76
Binary 1001001 11110010 10101000 1000110 0 11111 101 10011010 1010111 111110

Color Harmonies of #49F2A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49F2A8

Black with #49F2A8

Text Example


Text Example

White with #49F2A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,242,168); }

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

background-color css

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

 a { background-color: rgb(73,242,168); }

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

border-color css

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

 span { border-color: rgb(73,242,168); }

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