Html Css Color HEX #4AD28B Emerald

📋 copy color: '#4AD28B'

red 74 ◦ green 210 ◦ blue 139

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

Shades of Emerald #4AD28B

Tints of Emerald #4AD28B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 32.86%

R = 17.49%
G = 49.65%
B = 32.86%

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

#4AD28B (or 0x4AD28B) is known color: Emerald. HEX triplet: 4A, D2 and 8B. RGB value is (74,210,139). Sum of RGB (Red+Green+Blue) = 74+210+139=423 (56% of max value = 765). Red value is 74 (29.30% from 255 or 17.49% from 423); Green value is 210 (82.42% from 255 or 49.65% from 423); Blue value is 139 (54.69% from 255 or 32.86% from 423); Max value from RGB is 210 - color contains mainly: green. Hex color #4AD28B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AD28B is #B52D74. Grayscale: #A1A1A1. Windows color (decimal): -11873653 or 9163338. OLE color: 9163338.

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

Color convert

RGB 74 210 139 -
CMYK 0.65 0 0.34 0.18
HSL 148.68º 0.6% 0.56% -
HSV(B) 148.68º 0.65% 0.82% -
XYZ 30.53 49.41 32.35 -
YUV 161.24 115.44 65.77 -
System Red Green Blue C M Y K H S L
Decimal 74 210 139 0.65 0 0.34 0.18 148.68 0.6 0.56
Hex 4A D2 8B 41 0 22 12 95 3C 38
Octal 112 322 213 101 0 42 22 225 74 70
Binary 1001010 11010010 10001011 1000001 0 100010 10010 10010101 111100 111000

Color Harmonies of #4AD28B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AD28B

Black with #4AD28B

Text Example


Text Example

White with #4AD28B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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