Html Css Color HEX #4AE48A Emerald

📋 copy color: '#4AE48A'

red 74 ◦ green 228 ◦ blue 138

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

Shades of Emerald #4AE48A

Tints of Emerald #4AE48A

RGB

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

 GREEN value IS 228 (89.45% from 255) = 51.82%

 BLUE value IS 138 (54.3% from 255) = 31.36%

R = 16.82%
G = 51.82%
B = 31.36%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.39

 K value IS 0.11

RGB Variations

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

Color information

#4AE48A (or 0x4AE48A) is known color: Emerald. HEX triplet: 4A, E4 and 8A. RGB value is (74,228,138). Sum of RGB (Red+Green+Blue) = 74+228+138=440 (58% of max value = 765). Red value is 74 (29.30% from 255 or 16.82% from 440); Green value is 228 (89.45% from 255 or 51.82% from 440); Blue value is 138 (54.30% from 255 or 31.36% from 440); Max value from RGB is 228 - color contains mainly: green. Hex color #4AE48A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AE48A is #B51B75. Grayscale: #ABABAB. Windows color (decimal): -11869046 or 9102410. OLE color: 9102410.

HSL color Cylindrical-coordinate representation of color #4AE48A: hue angle of 144.94º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4AE48A is Cyan = 0.68, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.

Color convert

RGB 74 228 138 -
CMYK 0.68 0 0.39 0.11
HSL 144.94º 0.74% 0.59% -
HSV(B) 144.94º 0.68% 0.89% -
XYZ 35.15 58.78 33.54 -
YUV 171.69 108.98 58.32 -
System Red Green Blue C M Y K H S L
Decimal 74 228 138 0.68 0 0.39 0.11 144.94 0.74 0.59
Hex 4A E4 8A 44 0 27 B 91 4A 3B
Octal 112 344 212 104 0 47 13 221 112 73
Binary 1001010 11100100 10001010 1000100 0 100111 1011 10010001 1001010 111011

Color Harmonies of #4AE48A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AE48A

Black with #4AE48A

Text Example


Text Example

White with #4AE48A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,228,138); }

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

background-color css

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

 a { background-color: rgb(74,228,138); }

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

border-color css

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

 span { border-color: rgb(74,228,138); }

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