Html Css Color HEX #4AEC70 Emerald

📋 copy color: '#4AEC70'

red 74 ◦ green 236 ◦ blue 112

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

Shades of Emerald #4AEC70

Tints of Emerald #4AEC70

RGB

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

 GREEN value IS 236 (92.58% from 255) = 55.92%

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

R = 17.54%
G = 55.92%
B = 26.54%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#4AEC70 (or 0x4AEC70) is known color: Emerald. HEX triplet: 4A, EC and 70. RGB value is (74,236,112). Sum of RGB (Red+Green+Blue) = 74+236+112=422 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.54% from 422); Green value is 236 (92.58% from 255 or 55.92% from 422); Blue value is 112 (44.14% from 255 or 26.54% from 422); Max value from RGB is 236 - color contains mainly: green. Hex color #4AEC70 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4AEC70 is #B5138F. Grayscale: #ADADAD. Windows color (decimal): -11867024 or 7400522. OLE color: 7400522.

HSL color Cylindrical-coordinate representation of color #4AEC70: hue angle of 134.07º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AEC70 is Cyan = 0.69, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB 74 236 112 -
CMYK 0.69 0 0.53 0.07
HSL 134.07º 0.81% 0.61% -
HSV(B) 134.07º 0.69% 0.93% -
XYZ 35.74 62.62 25.53 -
YUV 173.43 93.33 57.08 -
System Red Green Blue C M Y K H S L
Decimal 74 236 112 0.69 0 0.53 0.07 134.07 0.81 0.61
Hex 4A EC 70 45 0 35 7 86 51 3D
Octal 112 354 160 105 0 65 7 206 121 75
Binary 1001010 11101100 1110000 1000101 0 110101 111 10000110 1010001 111101

Color Harmonies of #4AEC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AEC70

Black with #4AEC70

Text Example


Text Example

White with #4AEC70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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