Html Css Color HEX #5AD086 Emerald

📋 copy color: '#5AD086'

red 90 ◦ green 208 ◦ blue 134

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

Shades of Emerald #5AD086

Tints of Emerald #5AD086

RGB

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

 GREEN value IS 208 (81.64% from 255) = 48.15%

 BLUE value IS 134 (52.73% from 255) = 31.02%

R = 20.83%
G = 48.15%
B = 31.02%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#5AD086 (or 0x5AD086) is known color: Emerald. HEX triplet: 5A, D0 and 86. RGB value is (90,208,134). Sum of RGB (Red+Green+Blue) = 90+208+134=432 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.83% from 432); Green value is 208 (81.64% from 255 or 48.15% from 432); Blue value is 134 (52.73% from 255 or 31.02% from 432); Max value from RGB is 208 - color contains mainly: green. Hex color #5AD086 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AD086 is #A52F79. Grayscale: #A4A4A4. Windows color (decimal): -10825594 or 8835162. OLE color: 8835162.

HSL color Cylindrical-coordinate representation of color #5AD086: hue angle of 142.37º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5AD086 is Cyan = 0.57, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB 90 208 134 -
CMYK 0.57 0 0.36 0.18
HSL 142.37º 0.56% 0.58% -
HSV(B) 142.37º 0.57% 0.82% -
XYZ 31.08 49.01 30.38 -
YUV 164.28 110.91 75.02 -
System Red Green Blue C M Y K H S L
Decimal 90 208 134 0.57 0 0.36 0.18 142.37 0.56 0.58
Hex 5A D0 86 39 0 24 12 8E 38 3A
Octal 132 320 206 71 0 44 22 216 70 72
Binary 1011010 11010000 10000110 111001 0 100100 10010 10001110 111000 111010

Color Harmonies of #5AD086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AD086

Black with #5AD086

Text Example


Text Example

White with #5AD086

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,208,134); }

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

background-color css

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

 a { background-color: rgb(90,208,134); }

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

border-color css

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

 span { border-color: rgb(90,208,134); }

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