Html Css Color HEX #4ADA5C Emerald

📋 copy color: '#4ADA5C'

red 74 ◦ green 218 ◦ blue 92

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

Shades of Emerald #4ADA5C

Tints of Emerald #4ADA5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 23.96%

R = 19.27%
G = 56.77%
B = 23.96%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#4ADA5C (or 0x4ADA5C) is known color: Emerald. HEX triplet: 4A, DA and 5C. RGB value is (74,218,92). Sum of RGB (Red+Green+Blue) = 74+218+92=384 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.27% from 384); Green value is 218 (85.55% from 255 or 56.77% from 384); Blue value is 92 (36.33% from 255 or 23.96% from 384); Max value from RGB is 218 - color contains mainly: green. Hex color #4ADA5C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ADA5C is #B525A3. Grayscale: #A0A0A0. Windows color (decimal): -11871652 or 6085194. OLE color: 6085194.

HSL color Cylindrical-coordinate representation of color #4ADA5C: hue angle of 127.5º 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 #4ADA5C is Cyan = 0.66, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB 74 218 92 -
CMYK 0.66 0 0.58 0.15
HSL 127.5º 0.66% 0.57% -
HSV(B) 127.5º 0.66% 0.85% -
XYZ 29.83 52.37 18.66 -
YUV 160.58 89.29 66.25 -
System Red Green Blue C M Y K H S L
Decimal 74 218 92 0.66 0 0.58 0.15 127.5 0.66 0.57
Hex 4A DA 5C 42 0 3A F 80 42 39
Octal 112 332 134 102 0 72 17 200 102 71
Binary 1001010 11011010 1011100 1000010 0 111010 1111 10000000 1000010 111001

Color Harmonies of #4ADA5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADA5C

Black with #4ADA5C

Text Example


Text Example

White with #4ADA5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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