Html Css Color HEX #4AC46A Emerald

📋 copy color: '#4AC46A'

red 74 ◦ green 196 ◦ blue 106

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

Shades of Emerald #4AC46A

Tints of Emerald #4AC46A

RGB

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

 GREEN value IS 196 (76.95% from 255) = 52.13%

 BLUE value IS 106 (41.8% from 255) = 28.19%

R = 19.68%
G = 52.13%
B = 28.19%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#4AC46A (or 0x4AC46A) is known color: Emerald. HEX triplet: 4A, C4 and 6A. RGB value is (74,196,106). Sum of RGB (Red+Green+Blue) = 74+196+106=376 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.68% from 376); Green value is 196 (76.95% from 255 or 52.13% from 376); Blue value is 106 (41.80% from 255 or 28.19% from 376); Max value from RGB is 196 - color contains mainly: green. Hex color #4AC46A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AC46A is #B53B95. Grayscale: #959595. Windows color (decimal): -11877270 or 6997066. OLE color: 6997066.

HSL color Cylindrical-coordinate representation of color #4AC46A: hue angle of 135.74º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4AC46A is Cyan = 0.62, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.23.

Color convert

RGB 74 196 106 -
CMYK 0.62 0 0.46 0.23
HSL 135.74º 0.51% 0.53% -
HSV(B) 135.74º 0.62% 0.77% -
XYZ 25.17 41.98 20.41 -
YUV 149.26 103.58 74.32 -
System Red Green Blue C M Y K H S L
Decimal 74 196 106 0.62 0 0.46 0.23 135.74 0.51 0.53
Hex 4A C4 6A 3E 0 2E 17 88 33 35
Octal 112 304 152 76 0 56 27 210 63 65
Binary 1001010 11000100 1101010 111110 0 101110 10111 10001000 110011 110101

Color Harmonies of #4AC46A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AC46A

Black with #4AC46A

Text Example


Text Example

White with #4AC46A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,196,106); }

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

background-color css

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

 a { background-color: rgb(74,196,106); }

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

border-color css

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

 span { border-color: rgb(74,196,106); }

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