Html Css Color HEX #5AE080 Emerald

📋 copy color: '#5AE080'

red 90 ◦ green 224 ◦ blue 128

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

Shades of Emerald #5AE080

Tints of Emerald #5AE080

RGB

 RED value IS 90 (35.55% from 255) = 20.36%

 GREEN value IS 224 (87.89% from 255) = 50.68%

 BLUE value IS 128 (50.39% from 255) = 28.96%

R = 20.36%
G = 50.68%
B = 28.96%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#5AE080 (or 0x5AE080) is known color: Emerald. HEX triplet: 5A, E0 and 80. RGB value is (90,224,128). Sum of RGB (Red+Green+Blue) = 90+224+128=442 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.36% from 442); Green value is 224 (87.89% from 255 or 50.68% from 442); Blue value is 128 (50.39% from 255 or 28.96% from 442); Max value from RGB is 224 - color contains mainly: green. Hex color #5AE080 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AE080 is #A51F7F. Grayscale: #ADADAD. Windows color (decimal): -10821504 or 8446042. OLE color: 8446042.

HSL color Cylindrical-coordinate representation of color #5AE080: hue angle of 137.01º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5AE080 is Cyan = 0.60, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB 90 224 128 -
CMYK 0.60 0 0.43 0.12
HSL 137.01º 0.68% 0.62% -
HSV(B) 137.01º 0.6% 0.88% -
XYZ 34.77 57.04 29.6 -
YUV 172.99 102.61 68.81 -
System Red Green Blue C M Y K H S L
Decimal 90 224 128 0.60 0 0.43 0.12 137.01 0.68 0.62
Hex 5A E0 80 3C 0 2B C 89 44 3E
Octal 132 340 200 74 0 53 14 211 104 76
Binary 1011010 11100000 10000000 111100 0 101011 1100 10001001 1000100 111110

Color Harmonies of #5AE080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AE080

Black with #5AE080

Text Example


Text Example

White with #5AE080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5AE080; }

 p { color: rgb(90,224,128); }

 H1.HeaderClassName
 {
   color: #5AE080;
 }
 .AnyTagClassName
 {
   color: #5AE080;
 }
</style>

background-color css

<style>
 a { background-color: #5AE080; }

 a { background-color: rgb(90,224,128); }

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

border-color css

<style>
 span { border-color: #5AE080; }

 span { border-color: rgb(90,224,128); }

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