Html Css Color HEX #4AD49C Shamrock

📋 copy color: '#4AD49C'

red 74 ◦ green 212 ◦ blue 156

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

Shades of Shamrock #4AD49C

Tints of Shamrock #4AD49C

RGB

 RED value IS 74 (29.3% from 255) = 16.74%

 GREEN value IS 212 (83.2% from 255) = 47.96%

 BLUE value IS 156 (61.33% from 255) = 35.29%

R = 16.74%
G = 47.96%
B = 35.29%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.26

 K value IS 0.17

RGB Variations

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

Color information

#4AD49C (or 0x4AD49C) is known color: Shamrock. HEX triplet: 4A, D4 and 9C. RGB value is (74,212,156). Sum of RGB (Red+Green+Blue) = 74+212+156=442 (58% of max value = 765). Red value is 74 (29.30% from 255 or 16.74% from 442); Green value is 212 (83.20% from 255 or 47.96% from 442); Blue value is 156 (61.33% from 255 or 35.29% from 442); Max value from RGB is 212 - color contains mainly: green. Hex color #4AD49C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AD49C is #B52B63. Grayscale: #A4A4A4. Windows color (decimal): -11873124 or 10277962. OLE color: 10277962.

HSL color Cylindrical-coordinate representation of color #4AD49C: hue angle of 155.65º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4AD49C is Cyan = 0.65, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.

Color convert

RGB 74 212 156 -
CMYK 0.65 0 0.26 0.17
HSL 155.65º 0.62% 0.56% -
HSV(B) 155.65º 0.65% 0.83% -
XYZ 32.37 50.94 39.58 -
YUV 164.35 123.28 63.55 -
System Red Green Blue C M Y K H S L
Decimal 74 212 156 0.65 0 0.26 0.17 155.65 0.62 0.56
Hex 4A D4 9C 41 0 1A 11 9C 3E 38
Octal 112 324 234 101 0 32 21 234 76 70
Binary 1001010 11010100 10011100 1000001 0 11010 10001 10011100 111110 111000

Color Harmonies of #4AD49C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AD49C

Black with #4AD49C

Text Example


Text Example

White with #4AD49C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4AD49C; }

 p { color: rgb(74,212,156); }

 H1.HeaderClassName
 {
   color: #4AD49C;
 }
 .AnyTagClassName
 {
   color: #4AD49C;
 }
</style>

background-color css

<style>
 a { background-color: #4AD49C; }

 a { background-color: rgb(74,212,156); }

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

border-color css

<style>
 span { border-color: #4AD49C; }

 span { border-color: rgb(74,212,156); }

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