Html Css Color HEX #4ABE7A Emerald

📋 copy color: '#4ABE7A'

red 74 ◦ green 190 ◦ blue 122

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

Shades of Emerald #4ABE7A

Tints of Emerald #4ABE7A

RGB

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

 GREEN value IS 190 (74.61% from 255) = 49.22%

 BLUE value IS 122 (48.05% from 255) = 31.61%

R = 19.17%
G = 49.22%
B = 31.61%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#4ABE7A (or 0x4ABE7A) is known color: Emerald. HEX triplet: 4A, BE and 7A. RGB value is (74,190,122). Sum of RGB (Red+Green+Blue) = 74+190+122=386 (51% of max value = 765). Red value is 74 (29.30% from 255 or 19.17% from 386); Green value is 190 (74.61% from 255 or 49.22% from 386); Blue value is 122 (48.05% from 255 or 31.61% from 386); Max value from RGB is 190 - color contains mainly: green. Hex color #4ABE7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ABE7A is #B54185. Grayscale: #939393. Windows color (decimal): -11878790 or 8044106. OLE color: 8044106.

HSL color Cylindrical-coordinate representation of color #4ABE7A: hue angle of 144.83º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4ABE7A is Cyan = 0.61, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB 74 190 122 -
CMYK 0.61 0 0.36 0.25
HSL 144.83º 0.47% 0.52% -
HSV(B) 144.83º 0.61% 0.75% -
XYZ 24.75 39.69 24.77 -
YUV 147.56 113.57 75.53 -
System Red Green Blue C M Y K H S L
Decimal 74 190 122 0.61 0 0.36 0.25 144.83 0.47 0.52
Hex 4A BE 7A 3D 0 24 19 91 2F 34
Octal 112 276 172 75 0 44 31 221 57 64
Binary 1001010 10111110 1111010 111101 0 100100 11001 10010001 101111 110100

Color Harmonies of #4ABE7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ABE7A

Black with #4ABE7A

Text Example


Text Example

White with #4ABE7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,190,122); }

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

background-color css

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

 a { background-color: rgb(74,190,122); }

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

border-color css

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

 span { border-color: rgb(74,190,122); }

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