Html Css Color HEX #4AC988 Emerald

📋 copy color: '#4AC988'

red 74 ◦ green 201 ◦ blue 136

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

Shades of Emerald #4AC988

Tints of Emerald #4AC988

RGB

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

 GREEN value IS 201 (78.91% from 255) = 48.91%

 BLUE value IS 136 (53.52% from 255) = 33.09%

R = 18%
G = 48.91%
B = 33.09%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#4AC988 (or 0x4AC988) is known color: Emerald. HEX triplet: 4A, C9 and 88. RGB value is (74,201,136). Sum of RGB (Red+Green+Blue) = 74+201+136=411 (54% of max value = 765). Red value is 74 (29.30% from 255 or 18.00% from 411); Green value is 201 (78.91% from 255 or 48.91% from 411); Blue value is 136 (53.52% from 255 or 33.09% from 411); Max value from RGB is 201 - color contains mainly: green. Hex color #4AC988 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AC988 is #B53677. Grayscale: #9B9B9B. Windows color (decimal): -11875960 or 8964426. OLE color: 8964426.

HSL color Cylindrical-coordinate representation of color #4AC988: hue angle of 149.29º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4AC988 is Cyan = 0.63, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.

Color convert

RGB 74 201 136 -
CMYK 0.63 0 0.32 0.21
HSL 149.29º 0.54% 0.54% -
HSV(B) 149.29º 0.63% 0.79% -
XYZ 28.15 45.01 30.5 -
YUV 155.62 116.92 69.79 -
System Red Green Blue C M Y K H S L
Decimal 74 201 136 0.63 0 0.32 0.21 149.29 0.54 0.54
Hex 4A C9 88 3F 0 20 15 95 36 36
Octal 112 311 210 77 0 40 25 225 66 66
Binary 1001010 11001001 10001000 111111 0 100000 10101 10010101 110110 110110

Color Harmonies of #4AC988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AC988

Black with #4AC988

Text Example


Text Example

White with #4AC988

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,201,136); }

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

background-color css

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

 a { background-color: rgb(74,201,136); }

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

border-color css

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

 span { border-color: rgb(74,201,136); }

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