Html Css Color HEX #5AD68C Emerald

📋 copy color: '#5AD68C'

red 90 ◦ green 214 ◦ blue 140

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

Shades of Emerald #5AD68C

Tints of Emerald #5AD68C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 48.2%

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

R = 20.27%
G = 48.2%
B = 31.53%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#5AD68C (or 0x5AD68C) is known color: Emerald. HEX triplet: 5A, D6 and 8C. RGB value is (90,214,140). Sum of RGB (Red+Green+Blue) = 90+214+140=444 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.27% from 444); Green value is 214 (83.98% from 255 or 48.20% from 444); Blue value is 140 (55.08% from 255 or 31.53% from 444); Max value from RGB is 214 - color contains mainly: green. Hex color #5AD68C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AD68C is #A52973. Grayscale: #A8A8A8. Windows color (decimal): -10824052 or 9229914. OLE color: 9229914.

HSL color Cylindrical-coordinate representation of color #5AD68C: hue angle of 144.19º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5AD68C is Cyan = 0.58, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 90 214 140 -
CMYK 0.58 0 0.35 0.16
HSL 144.19º 0.6% 0.6% -
HSV(B) 144.19º 0.58% 0.84% -
XYZ 33 52.16 33.14 -
YUV 168.49 111.92 72.02 -
System Red Green Blue C M Y K H S L
Decimal 90 214 140 0.58 0 0.35 0.16 144.19 0.6 0.6
Hex 5A D6 8C 3A 0 23 10 90 3C 3C
Octal 132 326 214 72 0 43 20 220 74 74
Binary 1011010 11010110 10001100 111010 0 100011 10000 10010000 111100 111100

Color Harmonies of #5AD68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AD68C

Black with #5AD68C

Text Example


Text Example

White with #5AD68C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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