Html Css Color HEX #4AC271 Emerald

📋 copy color: '#4AC271'

red 74 ◦ green 194 ◦ blue 113

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

Shades of Emerald #4AC271

Tints of Emerald #4AC271

RGB

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

 GREEN value IS 194 (76.17% from 255) = 50.92%

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

R = 19.42%
G = 50.92%
B = 29.66%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#4AC271 (or 0x4AC271) is known color: Emerald. HEX triplet: 4A, C2 and 71. RGB value is (74,194,113). Sum of RGB (Red+Green+Blue) = 74+194+113=381 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.42% from 381); Green value is 194 (76.17% from 255 or 50.92% from 381); Blue value is 113 (44.53% from 255 or 29.66% from 381); Max value from RGB is 194 - color contains mainly: green. Hex color #4AC271 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AC271 is #B53D8E. Grayscale: #959595. Windows color (decimal): -11877775 or 7455306. OLE color: 7455306.

HSL color Cylindrical-coordinate representation of color #4AC271: hue angle of 139.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4AC271 is Cyan = 0.62, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB 74 194 113 -
CMYK 0.62 0 0.42 0.24
HSL 139.5º 0.5% 0.53% -
HSV(B) 139.5º 0.62% 0.76% -
XYZ 25.1 41.23 22.26 -
YUV 148.89 107.74 74.59 -
System Red Green Blue C M Y K H S L
Decimal 74 194 113 0.62 0 0.42 0.24 139.5 0.5 0.53
Hex 4A C2 71 3E 0 2A 18 8C 32 35
Octal 112 302 161 76 0 52 30 214 62 65
Binary 1001010 11000010 1110001 111110 0 101010 11000 10001100 110010 110101

Color Harmonies of #4AC271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AC271

Black with #4AC271

Text Example


Text Example

White with #4AC271

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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