Html Css Color HEX #4AD28A Emerald

📋 copy color: '#4AD28A'

red 74 ◦ green 210 ◦ blue 138

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

Shades of Emerald #4AD28A

Tints of Emerald #4AD28A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.7%

R = 17.54%
G = 49.76%
B = 32.7%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#4AD28A (or 0x4AD28A) is known color: Emerald. HEX triplet: 4A, D2 and 8A. RGB value is (74,210,138). Sum of RGB (Red+Green+Blue) = 74+210+138=422 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.54% from 422); Green value is 210 (82.42% from 255 or 49.76% from 422); Blue value is 138 (54.30% from 255 or 32.70% from 422); Max value from RGB is 210 - color contains mainly: green. Hex color #4AD28A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AD28A is #B52D75. Grayscale: #A1A1A1. Windows color (decimal): -11873654 or 9097802. OLE color: 9097802.

HSL color Cylindrical-coordinate representation of color #4AD28A: hue angle of 148.24º 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 #4AD28A is Cyan = 0.65, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB 74 210 138 -
CMYK 0.65 0 0.34 0.18
HSL 148.24º 0.6% 0.56% -
HSV(B) 148.24º 0.65% 0.82% -
XYZ 30.46 49.38 31.97 -
YUV 161.13 114.94 65.85 -
System Red Green Blue C M Y K H S L
Decimal 74 210 138 0.65 0 0.34 0.18 148.24 0.6 0.56
Hex 4A D2 8A 41 0 22 12 94 3C 38
Octal 112 322 212 101 0 42 22 224 74 70
Binary 1001010 11010010 10001010 1000001 0 100010 10010 10010100 111100 111000

Color Harmonies of #4AD28A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AD28A

Black with #4AD28A

Text Example


Text Example

White with #4AD28A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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