Html Css Color HEX #4AC68B Emerald

📋 copy color: '#4AC68B'

red 74 ◦ green 198 ◦ blue 139

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

Shades of Emerald #4AC68B

Tints of Emerald #4AC68B

RGB

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

 GREEN value IS 198 (77.73% from 255) = 48.18%

 BLUE value IS 139 (54.69% from 255) = 33.82%

R = 18%
G = 48.18%
B = 33.82%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#4AC68B (or 0x4AC68B) is known color: Emerald. HEX triplet: 4A, C6 and 8B. RGB value is (74,198,139). Sum of RGB (Red+Green+Blue) = 74+198+139=411 (54% of max value = 765). Red value is 74 (29.30% from 255 or 18.00% from 411); Green value is 198 (77.73% from 255 or 48.18% from 411); Blue value is 139 (54.69% from 255 or 33.82% from 411); Max value from RGB is 198 - color contains mainly: green. Hex color #4AC68B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AC68B is #B53974. Grayscale: #9A9A9A. Windows color (decimal): -11876725 or 9160266. OLE color: 9160266.

HSL color Cylindrical-coordinate representation of color #4AC68B: hue angle of 151.45º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4AC68B is Cyan = 0.63, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB 74 198 139 -
CMYK 0.63 0 0.30 0.22
HSL 151.45º 0.52% 0.53% -
HSV(B) 151.45º 0.63% 0.78% -
XYZ 27.68 43.71 31.4 -
YUV 154.2 119.42 70.8 -
System Red Green Blue C M Y K H S L
Decimal 74 198 139 0.63 0 0.30 0.22 151.45 0.52 0.53
Hex 4A C6 8B 3F 0 1E 16 97 34 35
Octal 112 306 213 77 0 36 26 227 64 65
Binary 1001010 11000110 10001011 111111 0 11110 10110 10010111 110100 110101

Color Harmonies of #4AC68B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AC68B

Black with #4AC68B

Text Example


Text Example

White with #4AC68B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,198,139); }

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

background-color css

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

 a { background-color: rgb(74,198,139); }

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

border-color css

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

 span { border-color: rgb(74,198,139); }

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