Html Css Color HEX #4AEA82 Emerald

📋 copy color: '#4AEA82'

red 74 ◦ green 234 ◦ blue 130

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

Shades of Emerald #4AEA82

Tints of Emerald #4AEA82

RGB

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

 GREEN value IS 234 (91.8% from 255) = 53.42%

 BLUE value IS 130 (51.17% from 255) = 29.68%

R = 16.89%
G = 53.42%
B = 29.68%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#4AEA82 (or 0x4AEA82) is known color: Emerald. HEX triplet: 4A, EA and 82. RGB value is (74,234,130). Sum of RGB (Red+Green+Blue) = 74+234+130=438 (58% of max value = 765). Red value is 74 (29.30% from 255 or 16.89% from 438); Green value is 234 (91.80% from 255 or 53.42% from 438); Blue value is 130 (51.17% from 255 or 29.68% from 438); Max value from RGB is 234 - color contains mainly: green. Hex color #4AEA82 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AEA82 is #B5157D. Grayscale: #AEAEAE. Windows color (decimal): -11867518 or 8579658. OLE color: 8579658.

HSL color Cylindrical-coordinate representation of color #4AEA82: hue angle of 141º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4AEA82 is Cyan = 0.68, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.08.

Color convert

RGB 74 234 130 -
CMYK 0.68 0 0.44 0.08
HSL 141º 0.79% 0.6% -
HSV(B) 141º 0.68% 0.92% -
XYZ 36.28 61.91 31.16 -
YUV 174.3 102.99 56.46 -
System Red Green Blue C M Y K H S L
Decimal 74 234 130 0.68 0 0.44 0.08 141 0.79 0.6
Hex 4A EA 82 44 0 2C 8 8D 4F 3C
Octal 112 352 202 104 0 54 10 215 117 74
Binary 1001010 11101010 10000010 1000100 0 101100 1000 10001101 1001111 111100

Color Harmonies of #4AEA82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AEA82

Black with #4AEA82

Text Example


Text Example

White with #4AEA82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,234,130); }

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

background-color css

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

 a { background-color: rgb(74,234,130); }

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

border-color css

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

 span { border-color: rgb(74,234,130); }

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