Html Css Color HEX #4AD96C Emerald

📋 copy color: '#4AD96C'

red 74 ◦ green 217 ◦ blue 108

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

Shades of Emerald #4AD96C

Tints of Emerald #4AD96C

RGB

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

 GREEN value IS 217 (85.16% from 255) = 54.39%

 BLUE value IS 108 (42.58% from 255) = 27.07%

R = 18.55%
G = 54.39%
B = 27.07%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#4AD96C (or 0x4AD96C) is known color: Emerald. HEX triplet: 4A, D9 and 6C. RGB value is (74,217,108). Sum of RGB (Red+Green+Blue) = 74+217+108=399 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.55% from 399); Green value is 217 (85.16% from 255 or 54.39% from 399); Blue value is 108 (42.58% from 255 or 27.07% from 399); Max value from RGB is 217 - color contains mainly: green. Hex color #4AD96C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AD96C is #B52693. Grayscale: #A2A2A2. Windows color (decimal): -11871892 or 7133514. OLE color: 7133514.

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

Color convert

RGB 74 217 108 -
CMYK 0.66 0 0.50 0.15
HSL 134.27º 0.65% 0.57% -
HSV(B) 134.27º 0.66% 0.85% -
XYZ 30.34 52.16 22.66 -
YUV 161.82 97.62 65.36 -
System Red Green Blue C M Y K H S L
Decimal 74 217 108 0.66 0 0.50 0.15 134.27 0.65 0.57
Hex 4A D9 6C 42 0 32 F 86 41 39
Octal 112 331 154 102 0 62 17 206 101 71
Binary 1001010 11011001 1101100 1000010 0 110010 1111 10000110 1000001 111001

Color Harmonies of #4AD96C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AD96C

Black with #4AD96C

Text Example


Text Example

White with #4AD96C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,217,108); }

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

background-color css

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

 a { background-color: rgb(74,217,108); }

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

border-color css

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

 span { border-color: rgb(74,217,108); }

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