Html Css Color HEX #4AC071 Emerald

📋 copy color: '#4AC071'

red 74 ◦ green 192 ◦ blue 113

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

Shades of Emerald #4AC071

Tints of Emerald #4AC071

RGB

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

 GREEN value IS 192 (75.39% from 255) = 50.66%

 BLUE value IS 113 (44.53% from 255) = 29.82%

R = 19.53%
G = 50.66%
B = 29.82%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#4AC071 (or 0x4AC071) is known color: Emerald. HEX triplet: 4A, C0 and 71. RGB value is (74,192,113). Sum of RGB (Red+Green+Blue) = 74+192+113=379 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.53% from 379); Green value is 192 (75.39% from 255 or 50.66% from 379); Blue value is 113 (44.53% from 255 or 29.82% from 379); Max value from RGB is 192 - color contains mainly: green. Hex color #4AC071 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AC071 is #B53F8E. Grayscale: #939393. Windows color (decimal): -11878287 or 7454794. OLE color: 7454794.

HSL color Cylindrical-coordinate representation of color #4AC071: hue angle of 139.83º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4AC071 is Cyan = 0.61, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 74 192 113 -
CMYK 0.61 0 0.41 0.25
HSL 139.83º 0.48% 0.52% -
HSV(B) 139.83º 0.61% 0.75% -
XYZ 24.65 40.35 22.11 -
YUV 147.71 108.41 75.42 -
System Red Green Blue C M Y K H S L
Decimal 74 192 113 0.61 0 0.41 0.25 139.83 0.48 0.52
Hex 4A C0 71 3D 0 29 19 8C 30 34
Octal 112 300 161 75 0 51 31 214 60 64
Binary 1001010 11000000 1110001 111101 0 101001 11001 10001100 110000 110100

Color Harmonies of #4AC071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AC071

Black with #4AC071

Text Example


Text Example

White with #4AC071

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,192,113); }

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

background-color css

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

 a { background-color: rgb(74,192,113); }

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

border-color css

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

 span { border-color: rgb(74,192,113); }

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