Html Css Color HEX #4ABA7C Emerald

📋 copy color: '#4ABA7C'

red 74 ◦ green 186 ◦ blue 124

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

Shades of Emerald #4ABA7C

Tints of Emerald #4ABA7C

RGB

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

 GREEN value IS 186 (73.05% from 255) = 48.44%

 BLUE value IS 124 (48.83% from 255) = 32.29%

R = 19.27%
G = 48.44%
B = 32.29%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#4ABA7C (or 0x4ABA7C) is known color: Emerald. HEX triplet: 4A, BA and 7C. RGB value is (74,186,124). Sum of RGB (Red+Green+Blue) = 74+186+124=384 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.27% from 384); Green value is 186 (73.05% from 255 or 48.44% from 384); Blue value is 124 (48.83% from 255 or 32.29% from 384); Max value from RGB is 186 - color contains mainly: green. Hex color #4ABA7C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ABA7C is #B54583. Grayscale: #919191. Windows color (decimal): -11879812 or 8174154. OLE color: 8174154.

HSL color Cylindrical-coordinate representation of color #4ABA7C: hue angle of 146.79º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4ABA7C is Cyan = 0.60, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB 74 186 124 -
CMYK 0.60 0 0.33 0.27
HSL 146.79º 0.45% 0.51% -
HSV(B) 146.79º 0.6% 0.73% -
XYZ 24.02 38.03 25.14 -
YUV 145.44 115.89 77.04 -
System Red Green Blue C M Y K H S L
Decimal 74 186 124 0.60 0 0.33 0.27 146.79 0.45 0.51
Hex 4A BA 7C 3C 0 21 1B 93 2D 33
Octal 112 272 174 74 0 41 33 223 55 63
Binary 1001010 10111010 1111100 111100 0 100001 11011 10010011 101101 110011

Color Harmonies of #4ABA7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ABA7C

Black with #4ABA7C

Text Example


Text Example

White with #4ABA7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,186,124); }

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

background-color css

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

 a { background-color: rgb(74,186,124); }

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

border-color css

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

 span { border-color: rgb(74,186,124); }

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