Html Css Color HEX #4AD670 Emerald

📋 copy color: '#4AD670'

red 74 ◦ green 214 ◦ blue 112

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

Shades of Emerald #4AD670

Tints of Emerald #4AD670

RGB

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

 GREEN value IS 214 (83.98% from 255) = 53.5%

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

R = 18.5%
G = 53.5%
B = 28%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#4AD670 (or 0x4AD670) is known color: Emerald. HEX triplet: 4A, D6 and 70. RGB value is (74,214,112). Sum of RGB (Red+Green+Blue) = 74+214+112=400 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.5% from 400); Green value is 214 (83.98% from 255 or 53.5% from 400); Blue value is 112 (44.14% from 255 or 28% from 400); Max value from RGB is 214 - color contains mainly: green. Hex color #4AD670 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AD670 is #B5298F. Grayscale: #A0A0A0. Windows color (decimal): -11872656 or 7394890. OLE color: 7394890.

HSL color Cylindrical-coordinate representation of color #4AD670: hue angle of 136.29º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4AD670 is Cyan = 0.65, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 74 214 112 -
CMYK 0.65 0 0.48 0.16
HSL 136.29º 0.63% 0.56% -
HSV(B) 136.29º 0.65% 0.84% -
XYZ 29.8 50.72 23.55 -
YUV 160.51 100.62 66.29 -
System Red Green Blue C M Y K H S L
Decimal 74 214 112 0.65 0 0.48 0.16 136.29 0.63 0.56
Hex 4A D6 70 41 0 30 10 88 3F 38
Octal 112 326 160 101 0 60 20 210 77 70
Binary 1001010 11010110 1110000 1000001 0 110000 10000 10001000 111111 111000

Color Harmonies of #4AD670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AD670

Black with #4AD670

Text Example


Text Example

White with #4AD670

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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