Html Css Color HEX #4ADA6F Emerald

📋 copy color: '#4ADA6F'

red 74 ◦ green 218 ◦ blue 111

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

Shades of Emerald #4ADA6F

Tints of Emerald #4ADA6F

RGB

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

 GREEN value IS 218 (85.55% from 255) = 54.09%

 BLUE value IS 111 (43.75% from 255) = 27.54%

R = 18.36%
G = 54.09%
B = 27.54%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#4ADA6F (or 0x4ADA6F) is known color: Emerald. HEX triplet: 4A, DA and 6F. RGB value is (74,218,111). Sum of RGB (Red+Green+Blue) = 74+218+111=403 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.36% from 403); Green value is 218 (85.55% from 255 or 54.09% from 403); Blue value is 111 (43.75% from 255 or 27.54% from 403); Max value from RGB is 218 - color contains mainly: green. Hex color #4ADA6F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ADA6F is #B52590. Grayscale: #A3A3A3. Windows color (decimal): -11871633 or 7330378. OLE color: 7330378.

HSL color Cylindrical-coordinate representation of color #4ADA6F: hue angle of 135.42º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4ADA6F is Cyan = 0.66, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 74 218 111 -
CMYK 0.66 0 0.49 0.15
HSL 135.42º 0.66% 0.57% -
HSV(B) 135.42º 0.66% 0.85% -
XYZ 30.76 52.75 23.6 -
YUV 162.75 98.79 64.7 -
System Red Green Blue C M Y K H S L
Decimal 74 218 111 0.66 0 0.49 0.15 135.42 0.66 0.57
Hex 4A DA 6F 42 0 31 F 87 42 39
Octal 112 332 157 102 0 61 17 207 102 71
Binary 1001010 11011010 1101111 1000010 0 110001 1111 10000111 1000010 111001

Color Harmonies of #4ADA6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADA6F

Black with #4ADA6F

Text Example


Text Example

White with #4ADA6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,218,111); }

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

background-color css

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

 a { background-color: rgb(74,218,111); }

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

border-color css

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

 span { border-color: rgb(74,218,111); }

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