Html Css Color HEX #49CA90 Shamrock

📋 copy color: '#49CA90'

red 73 ◦ green 202 ◦ blue 144

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

Shades of Shamrock #49CA90

Tints of Shamrock #49CA90

RGB

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

 GREEN value IS 202 (79.3% from 255) = 48.21%

 BLUE value IS 144 (56.64% from 255) = 34.37%

R = 17.42%
G = 48.21%
B = 34.37%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#49CA90 (or 0x49CA90) is known color: Shamrock. HEX triplet: 49, CA and 90. RGB value is (73,202,144). Sum of RGB (Red+Green+Blue) = 73+202+144=419 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.42% from 419); Green value is 202 (79.30% from 255 or 48.21% from 419); Blue value is 144 (56.64% from 255 or 34.37% from 419); Max value from RGB is 202 - color contains mainly: green. Hex color #49CA90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49CA90 is #B6356F. Grayscale: #9C9C9C. Windows color (decimal): -11941232 or 9488969. OLE color: 9488969.

HSL color Cylindrical-coordinate representation of color #49CA90: hue angle of 153.02º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49CA90 is Cyan = 0.64, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB 73 202 144 -
CMYK 0.64 0 0.29 0.21
HSL 153.02º 0.55% 0.54% -
HSV(B) 153.02º 0.64% 0.79% -
XYZ 28.9 45.67 33.68 -
YUV 156.82 120.76 68.22 -
System Red Green Blue C M Y K H S L
Decimal 73 202 144 0.64 0 0.29 0.21 153.02 0.55 0.54
Hex 49 CA 90 40 0 1D 15 99 37 36
Octal 111 312 220 100 0 35 25 231 67 66
Binary 1001001 11001010 10010000 1000000 0 11101 10101 10011001 110111 110110

Color Harmonies of #49CA90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CA90

Black with #49CA90

Text Example


Text Example

White with #49CA90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,202,144); }

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

background-color css

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

 a { background-color: rgb(73,202,144); }

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

border-color css

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

 span { border-color: rgb(73,202,144); }

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