Html Css Color HEX #5AF48D Emerald

📋 copy color: '#5AF48D'

red 90 ◦ green 244 ◦ blue 141

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

Shades of Emerald #5AF48D

Tints of Emerald #5AF48D

RGB

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

 GREEN value IS 244 (95.7% from 255) = 51.37%

 BLUE value IS 141 (55.47% from 255) = 29.68%

R = 18.95%
G = 51.37%
B = 29.68%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#5AF48D (or 0x5AF48D) is known color: Emerald. HEX triplet: 5A, F4 and 8D. RGB value is (90,244,141). Sum of RGB (Red+Green+Blue) = 90+244+141=475 (62% of max value = 765). Red value is 90 (35.55% from 255 or 18.95% from 475); Green value is 244 (95.70% from 255 or 51.37% from 475); Blue value is 141 (55.47% from 255 or 29.68% from 475); Max value from RGB is 244 - color contains mainly: green. Hex color #5AF48D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AF48D is #A50B72. Grayscale: #BABABA. Windows color (decimal): -10816371 or 9303130. OLE color: 9303130.

HSL color Cylindrical-coordinate representation of color #5AF48D: hue angle of 139.87º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5AF48D is Cyan = 0.63, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB 90 244 141 -
CMYK 0.63 0 0.42 0.04
HSL 139.87º 0.88% 0.65% -
HSV(B) 139.87º 0.63% 0.96% -
XYZ 41.37 68.8 36.3 -
YUV 186.21 102.48 59.38 -
System Red Green Blue C M Y K H S L
Decimal 90 244 141 0.63 0 0.42 0.04 139.87 0.88 0.65
Hex 5A F4 8D 3F 0 2A 4 8C 58 41
Octal 132 364 215 77 0 52 4 214 130 101
Binary 1011010 11110100 10001101 111111 0 101010 100 10001100 1011000 1000001

Color Harmonies of #5AF48D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AF48D

Black with #5AF48D

Text Example


Text Example

White with #5AF48D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,244,141); }

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

background-color css

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

 a { background-color: rgb(90,244,141); }

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

border-color css

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

 span { border-color: rgb(90,244,141); }

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