Html Css Color HEX #5AF48C Emerald

📋 copy color: '#5AF48C'

red 90 ◦ green 244 ◦ blue 140

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

Shades of Emerald #5AF48C

Tints of Emerald #5AF48C

RGB

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

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

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

R = 18.99%
G = 51.48%
B = 29.54%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#5AF48C (or 0x5AF48C) is known color: Emerald. HEX triplet: 5A, F4 and 8C. RGB value is (90,244,140). Sum of RGB (Red+Green+Blue) = 90+244+140=474 (62% of max value = 765). Red value is 90 (35.55% from 255 or 18.99% from 474); Green value is 244 (95.70% from 255 or 51.48% from 474); Blue value is 140 (55.08% from 255 or 29.54% from 474); Max value from RGB is 244 - color contains mainly: green. Hex color #5AF48C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AF48C is #A50B73. Grayscale: #BABABA. Windows color (decimal): -10816372 or 9237594. OLE color: 9237594.

HSL color Cylindrical-coordinate representation of color #5AF48C: hue angle of 139.48º 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 #5AF48C is Cyan = 0.63, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB 90 244 140 -
CMYK 0.63 0 0.43 0.04
HSL 139.48º 0.88% 0.65% -
HSV(B) 139.48º 0.63% 0.96% -
XYZ 41.3 68.77 35.91 -
YUV 186.1 101.98 59.46 -
System Red Green Blue C M Y K H S L
Decimal 90 244 140 0.63 0 0.43 0.04 139.48 0.88 0.65
Hex 5A F4 8C 3F 0 2B 4 8B 58 41
Octal 132 364 214 77 0 53 4 213 130 101
Binary 1011010 11110100 10001100 111111 0 101011 100 10001011 1011000 1000001

Color Harmonies of #5AF48C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AF48C

Black with #5AF48C

Text Example


Text Example

White with #5AF48C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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