Html Css Color HEX #5AC686 Emerald

📋 copy color: '#5AC686'

red 90 ◦ green 198 ◦ blue 134

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

Shades of Emerald #5AC686

Tints of Emerald #5AC686

RGB

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

 GREEN value IS 198 (77.73% from 255) = 46.92%

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

R = 21.33%
G = 46.92%
B = 31.75%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#5AC686 (or 0x5AC686) is known color: Emerald. HEX triplet: 5A, C6 and 86. RGB value is (90,198,134). Sum of RGB (Red+Green+Blue) = 90+198+134=422 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.33% from 422); Green value is 198 (77.73% from 255 or 46.92% from 422); Blue value is 134 (52.73% from 255 or 31.75% from 422); Max value from RGB is 198 - color contains mainly: green. Hex color #5AC686 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AC686 is #A53979. Grayscale: #9E9E9E. Windows color (decimal): -10828154 or 8832602. OLE color: 8832602.

HSL color Cylindrical-coordinate representation of color #5AC686: hue angle of 144.44º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5AC686 is Cyan = 0.55, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB 90 198 134 -
CMYK 0.55 0 0.32 0.22
HSL 144.44º 0.49% 0.56% -
HSV(B) 144.44º 0.55% 0.78% -
XYZ 28.71 44.28 29.59 -
YUV 158.41 114.22 79.2 -
System Red Green Blue C M Y K H S L
Decimal 90 198 134 0.55 0 0.32 0.22 144.44 0.49 0.56
Hex 5A C6 86 37 0 20 16 90 31 38
Octal 132 306 206 67 0 40 26 220 61 70
Binary 1011010 11000110 10000110 110111 0 100000 10110 10010000 110001 111000

Color Harmonies of #5AC686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AC686

Black with #5AC686

Text Example


Text Example

White with #5AC686

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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