Html Css Color HEX #4AD28D Emerald

📋 copy color: '#4AD28D'

red 74 ◦ green 210 ◦ blue 141

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

Shades of Emerald #4AD28D

Tints of Emerald #4AD28D

RGB

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

 GREEN value IS 210 (82.42% from 255) = 49.41%

 BLUE value IS 141 (55.47% from 255) = 33.18%

R = 17.41%
G = 49.41%
B = 33.18%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#4AD28D (or 0x4AD28D) is known color: Emerald. HEX triplet: 4A, D2 and 8D. RGB value is (74,210,141). Sum of RGB (Red+Green+Blue) = 74+210+141=425 (56% of max value = 765). Red value is 74 (29.30% from 255 or 17.41% from 425); Green value is 210 (82.42% from 255 or 49.41% from 425); Blue value is 141 (55.47% from 255 or 33.18% from 425); Max value from RGB is 210 - color contains mainly: green. Hex color #4AD28D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AD28D is #B52D72. Grayscale: #A1A1A1. Windows color (decimal): -11873651 or 9294410. OLE color: 9294410.

HSL color Cylindrical-coordinate representation of color #4AD28D: hue angle of 149.56º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4AD28D is Cyan = 0.65, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB 74 210 141 -
CMYK 0.65 0 0.33 0.18
HSL 149.56º 0.6% 0.56% -
HSV(B) 149.56º 0.65% 0.82% -
XYZ 30.68 49.47 33.13 -
YUV 161.47 116.44 65.61 -
System Red Green Blue C M Y K H S L
Decimal 74 210 141 0.65 0 0.33 0.18 149.56 0.6 0.56
Hex 4A D2 8D 41 0 21 12 96 3C 38
Octal 112 322 215 101 0 41 22 226 74 70
Binary 1001010 11010010 10001101 1000001 0 100001 10010 10010110 111100 111000

Color Harmonies of #4AD28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AD28D

Black with #4AD28D

Text Example


Text Example

White with #4AD28D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,210,141); }

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

background-color css

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

 a { background-color: rgb(74,210,141); }

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

border-color css

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

 span { border-color: rgb(74,210,141); }

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