Html Css Color HEX #4ACE80 Emerald

📋 copy color: '#4ACE80'

red 74 ◦ green 206 ◦ blue 128

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

Shades of Emerald #4ACE80

Tints of Emerald #4ACE80

RGB

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

 GREEN value IS 206 (80.86% from 255) = 50.49%

 BLUE value IS 128 (50.39% from 255) = 31.37%

R = 18.14%
G = 50.49%
B = 31.37%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#4ACE80 (or 0x4ACE80) is known color: Emerald. HEX triplet: 4A, CE and 80. RGB value is (74,206,128). Sum of RGB (Red+Green+Blue) = 74+206+128=408 (54% of max value = 765). Red value is 74 (29.30% from 255 or 18.14% from 408); Green value is 206 (80.86% from 255 or 50.49% from 408); Blue value is 128 (50.39% from 255 or 31.37% from 408); Max value from RGB is 206 - color contains mainly: green. Hex color #4ACE80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ACE80 is #B5317F. Grayscale: #9D9D9D. Windows color (decimal): -11874688 or 8441418. OLE color: 8441418.

HSL color Cylindrical-coordinate representation of color #4ACE80: hue angle of 144.55º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4ACE80 is Cyan = 0.64, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.

Color convert

RGB 74 206 128 -
CMYK 0.64 0 0.38 0.19
HSL 144.55º 0.57% 0.55% -
HSV(B) 144.55º 0.64% 0.81% -
XYZ 28.79 47.16 28.01 -
YUV 157.64 111.27 68.34 -
System Red Green Blue C M Y K H S L
Decimal 74 206 128 0.64 0 0.38 0.19 144.55 0.57 0.55
Hex 4A CE 80 40 0 26 13 91 39 37
Octal 112 316 200 100 0 46 23 221 71 67
Binary 1001010 11001110 10000000 1000000 0 100110 10011 10010001 111001 110111

Color Harmonies of #4ACE80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ACE80

Black with #4ACE80

Text Example


Text Example

White with #4ACE80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,206,128); }

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

background-color css

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

 a { background-color: rgb(74,206,128); }

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

border-color css

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

 span { border-color: rgb(74,206,128); }

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