Html Css Color HEX #4ABA7E Emerald

📋 copy color: '#4ABA7E'

red 74 ◦ green 186 ◦ blue 126

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

Shades of Emerald #4ABA7E

Tints of Emerald #4ABA7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 32.64%

R = 19.17%
G = 48.19%
B = 32.64%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#4ABA7E (or 0x4ABA7E) is known color: Emerald. HEX triplet: 4A, BA and 7E. RGB value is (74,186,126). Sum of RGB (Red+Green+Blue) = 74+186+126=386 (51% of max value = 765). Red value is 74 (29.30% from 255 or 19.17% from 386); Green value is 186 (73.05% from 255 or 48.19% from 386); Blue value is 126 (49.61% from 255 or 32.64% from 386); Max value from RGB is 186 - color contains mainly: green. Hex color #4ABA7E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ABA7E is #B54581. Grayscale: #919191. Windows color (decimal): -11879810 or 8305226. OLE color: 8305226.

HSL color Cylindrical-coordinate representation of color #4ABA7E: hue angle of 147.86º 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 #4ABA7E is Cyan = 0.60, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB 74 186 126 -
CMYK 0.60 0 0.32 0.27
HSL 147.86º 0.45% 0.51% -
HSV(B) 147.86º 0.6% 0.73% -
XYZ 24.15 38.08 25.82 -
YUV 145.67 116.89 76.88 -
System Red Green Blue C M Y K H S L
Decimal 74 186 126 0.60 0 0.32 0.27 147.86 0.45 0.51
Hex 4A BA 7E 3C 0 20 1B 94 2D 33
Octal 112 272 176 74 0 40 33 224 55 63
Binary 1001010 10111010 1111110 111100 0 100000 11011 10010100 101101 110011

Color Harmonies of #4ABA7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ABA7E

Black with #4ABA7E

Text Example


Text Example

White with #4ABA7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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