Html Css Color HEX #4ADC5A Emerald

📋 copy color: '#4ADC5A'

red 74 ◦ green 220 ◦ blue 90

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

Shades of Emerald #4ADC5A

Tints of Emerald #4ADC5A

RGB

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

 GREEN value IS 220 (86.33% from 255) = 57.29%

 BLUE value IS 90 (35.55% from 255) = 23.44%

R = 19.27%
G = 57.29%
B = 23.44%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#4ADC5A (or 0x4ADC5A) is known color: Emerald. HEX triplet: 4A, DC and 5A. RGB value is (74,220,90). Sum of RGB (Red+Green+Blue) = 74+220+90=384 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.27% from 384); Green value is 220 (86.33% from 255 or 57.29% from 384); Blue value is 90 (35.55% from 255 or 23.44% from 384); Max value from RGB is 220 - color contains mainly: green. Hex color #4ADC5A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ADC5A is #B523A5. Grayscale: #A1A1A1. Windows color (decimal): -11871142 or 5954634. OLE color: 5954634.

HSL color Cylindrical-coordinate representation of color #4ADC5A: hue angle of 126.58º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4ADC5A is Cyan = 0.66, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.

Color convert

RGB 74 220 90 -
CMYK 0.66 0 0.59 0.14
HSL 126.58º 0.68% 0.58% -
HSV(B) 126.58º 0.66% 0.86% -
XYZ 30.26 53.38 18.38 -
YUV 161.53 87.63 65.57 -
System Red Green Blue C M Y K H S L
Decimal 74 220 90 0.66 0 0.59 0.14 126.58 0.68 0.58
Hex 4A DC 5A 42 0 3B E 7F 44 3A
Octal 112 334 132 102 0 73 16 177 104 72
Binary 1001010 11011100 1011010 1000010 0 111011 1110 1111111 1000100 111010

Color Harmonies of #4ADC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADC5A

Black with #4ADC5A

Text Example


Text Example

White with #4ADC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,220,90); }

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

background-color css

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

 a { background-color: rgb(74,220,90); }

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

border-color css

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

 span { border-color: rgb(74,220,90); }

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