Html Css Color HEX #4ACD70 Emerald

📋 copy color: '#4ACD70'

red 74 ◦ green 205 ◦ blue 112

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

Shades of Emerald #4ACD70

Tints of Emerald #4ACD70

RGB

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

 GREEN value IS 205 (80.47% from 255) = 52.43%

 BLUE value IS 112 (44.14% from 255) = 28.64%

R = 18.93%
G = 52.43%
B = 28.64%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#4ACD70 (or 0x4ACD70) is known color: Emerald. HEX triplet: 4A, CD and 70. RGB value is (74,205,112). Sum of RGB (Red+Green+Blue) = 74+205+112=391 (51% of max value = 765). Red value is 74 (29.30% from 255 or 18.93% from 391); Green value is 205 (80.47% from 255 or 52.43% from 391); Blue value is 112 (44.14% from 255 or 28.64% from 391); Max value from RGB is 205 - color contains mainly: green. Hex color #4ACD70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ACD70 is #B5328F. Grayscale: #9B9B9B. Windows color (decimal): -11874960 or 7392586. OLE color: 7392586.

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

Color convert

RGB 74 205 112 -
CMYK 0.64 0 0.45 0.20
HSL 137.4º 0.57% 0.55% -
HSV(B) 137.4º 0.64% 0.8% -
XYZ 27.58 46.29 22.81 -
YUV 155.23 103.6 70.06 -
System Red Green Blue C M Y K H S L
Decimal 74 205 112 0.64 0 0.45 0.20 137.4 0.57 0.55
Hex 4A CD 70 40 0 2D 14 89 39 37
Octal 112 315 160 100 0 55 24 211 71 67
Binary 1001010 11001101 1110000 1000000 0 101101 10100 10001001 111001 110111

Color Harmonies of #4ACD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ACD70

Black with #4ACD70

Text Example


Text Example

White with #4ACD70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,205,112); }

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

background-color css

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

 a { background-color: rgb(74,205,112); }

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

border-color css

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

 span { border-color: rgb(74,205,112); }

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