Html Css Color HEX #5AE38C Emerald

📋 copy color: '#5AE38C'

red 90 ◦ green 227 ◦ blue 140

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

Shades of Emerald #5AE38C

Tints of Emerald #5AE38C

RGB

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

 GREEN value IS 227 (89.06% from 255) = 49.67%

 BLUE value IS 140 (55.08% from 255) = 30.63%

R = 19.69%
G = 49.67%
B = 30.63%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.38

 K value IS 0.11

RGB Variations

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

Color information

#5AE38C (or 0x5AE38C) is known color: Emerald. HEX triplet: 5A, E3 and 8C. RGB value is (90,227,140). Sum of RGB (Red+Green+Blue) = 90+227+140=457 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.69% from 457); Green value is 227 (89.06% from 255 or 49.67% from 457); Blue value is 140 (55.08% from 255 or 30.63% from 457); Max value from RGB is 227 - color contains mainly: green. Hex color #5AE38C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AE38C is #A51C73. Grayscale: #B0B0B0. Windows color (decimal): -10820724 or 9233242. OLE color: 9233242.

HSL color Cylindrical-coordinate representation of color #5AE38C: hue angle of 141.9º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5AE38C is Cyan = 0.60, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.

Color convert

RGB 90 227 140 -
CMYK 0.60 0 0.38 0.11
HSL 141.9º 0.71% 0.62% -
HSV(B) 141.9º 0.6% 0.89% -
XYZ 36.42 59.01 34.28 -
YUV 176.12 107.61 66.57 -
System Red Green Blue C M Y K H S L
Decimal 90 227 140 0.60 0 0.38 0.11 141.9 0.71 0.62
Hex 5A E3 8C 3C 0 26 B 8E 47 3E
Octal 132 343 214 74 0 46 13 216 107 76
Binary 1011010 11100011 10001100 111100 0 100110 1011 10001110 1000111 111110

Color Harmonies of #5AE38C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AE38C

Black with #5AE38C

Text Example


Text Example

White with #5AE38C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,227,140); }

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

background-color css

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

 a { background-color: rgb(90,227,140); }

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

border-color css

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

 span { border-color: rgb(90,227,140); }

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