Html Css Color HEX #4AD47A Emerald

📋 copy color: '#4AD47A'

red 74 ◦ green 212 ◦ blue 122

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

Shades of Emerald #4AD47A

Tints of Emerald #4AD47A

RGB

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

 GREEN value IS 212 (83.2% from 255) = 51.96%

 BLUE value IS 122 (48.05% from 255) = 29.9%

R = 18.14%
G = 51.96%
B = 29.9%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.42

 K value IS 0.17

RGB Variations

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

Color information

#4AD47A (or 0x4AD47A) is known color: Emerald. HEX triplet: 4A, D4 and 7A. RGB value is (74,212,122). Sum of RGB (Red+Green+Blue) = 74+212+122=408 (54% of max value = 765). Red value is 74 (29.30% from 255 or 18.14% from 408); Green value is 212 (83.20% from 255 or 51.96% from 408); Blue value is 122 (48.05% from 255 or 29.90% from 408); Max value from RGB is 212 - color contains mainly: green. Hex color #4AD47A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AD47A is #B52B85. Grayscale: #A0A0A0. Windows color (decimal): -11873158 or 8049738. OLE color: 8049738.

HSL color Cylindrical-coordinate representation of color #4AD47A: hue angle of 140.87º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4AD47A is Cyan = 0.65, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.

Color convert

RGB 74 212 122 -
CMYK 0.65 0 0.42 0.17
HSL 140.87º 0.62% 0.56% -
HSV(B) 140.87º 0.65% 0.83% -
XYZ 29.88 49.95 26.48 -
YUV 160.48 106.28 66.32 -
System Red Green Blue C M Y K H S L
Decimal 74 212 122 0.65 0 0.42 0.17 140.87 0.62 0.56
Hex 4A D4 7A 41 0 2A 11 8D 3E 38
Octal 112 324 172 101 0 52 21 215 76 70
Binary 1001010 11010100 1111010 1000001 0 101010 10001 10001101 111110 111000

Color Harmonies of #4AD47A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AD47A

Black with #4AD47A

Text Example


Text Example

White with #4AD47A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,212,122); }

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

background-color css

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

 a { background-color: rgb(74,212,122); }

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

border-color css

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

 span { border-color: rgb(74,212,122); }

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