Html Css Color HEX #4AD070 Emerald

📋 copy color: '#4AD070'

red 74 ◦ green 208 ◦ blue 112

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

Shades of Emerald #4AD070

Tints of Emerald #4AD070

RGB

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

 GREEN value IS 208 (81.64% from 255) = 52.79%

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

R = 18.78%
G = 52.79%
B = 28.43%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#4AD070 (or 0x4AD070) is known color: Emerald. HEX triplet: 4A, D0 and 70. RGB value is (74,208,112). Sum of RGB (Red+Green+Blue) = 74+208+112=394 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.78% from 394); Green value is 208 (81.64% from 255 or 52.79% from 394); Blue value is 112 (44.14% from 255 or 28.43% from 394); Max value from RGB is 208 - color contains mainly: green. Hex color #4AD070 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AD070 is #B52F8F. Grayscale: #9D9D9D. Windows color (decimal): -11874192 or 7393354. OLE color: 7393354.

HSL color Cylindrical-coordinate representation of color #4AD070: hue angle of 137.01º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4AD070 is Cyan = 0.64, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 74 208 112 -
CMYK 0.64 0 0.46 0.18
HSL 137.01º 0.59% 0.55% -
HSV(B) 137.01º 0.64% 0.82% -
XYZ 28.3 47.74 23.05 -
YUV 156.99 102.61 68.81 -
System Red Green Blue C M Y K H S L
Decimal 74 208 112 0.64 0 0.46 0.18 137.01 0.59 0.55
Hex 4A D0 70 40 0 2E 12 89 3B 37
Octal 112 320 160 100 0 56 22 211 73 67
Binary 1001010 11010000 1110000 1000000 0 101110 10010 10001001 111011 110111

Color Harmonies of #4AD070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AD070

Black with #4AD070

Text Example


Text Example

White with #4AD070

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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