#5AC686

Color #5AC686 Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #5AC686

Tints of Emerald #5AC686

Color information

#5AC686 (or 0x5AC686) is unknown color: approx 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

RGB90198134-
CMYK0.5500.320.22
HSL144.44º48.65%56.47%-
HSV(B)144.44º54.55%77.65%-
XYZ28.7144.2829.59-
YUV158.41114.2279.2-

RGB Variations

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

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 (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal901981340.5500.320.22144.4448.6556.47
Hex5AC6863702016903138
Octal13230620667040262206170
Binary1011010110001101000011011011101000001011010010000110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AC686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>