#5AC083

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

Shades of Emerald #5AC083

Tints of Emerald #5AC083

Color information

#5AC083 (or 0x5AC083) is unknown color: approx Emerald. HEX triplet: 5A, C0 and 83. RGB value is (90,192,131). Sum of RGB (Red+Green+Blue) = 90+192+131=413 (54% of max value = 765). Red value is 90 (35.55% from 255 or 21.79% from 413); Green value is 192 (75.39% from 255 or 46.49% from 413); Blue value is 131 (51.56% from 255 or 31.72% from 413); Max value from RGB is 192 - color contains mainly: green. Hex color #5AC083 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AC083 is #A53F7C. Grayscale: #9A9A9A. Windows color (decimal): -10829693 or 8634458. OLE color: 8634458.

HSL color Cylindrical-coordinate representation of color #5AC083: hue angle of 144.12º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5AC083 is Cyan = 0.53, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB90192131-
CMYK0.5300.320.25
HSL144.12º44.74%55.29%-
HSV(B)144.12º53.12%75.29%-
XYZ27.1641.5128.05-
YUV154.55114.7181.96-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 21.79%
GREEN value IS 192 (75.39% from 255) = 46.49%
BLUE value IS 131 (51.56% from 255) = 31.72%
R=21.79%
G=46.49%
B=31.72%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal901921310.5300.320.25144.1244.7455.29
Hex5AC0833502019902d37
Octal13230020365040312205567
Binary1011010110000001000001111010101000001100110010000101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AC083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,192,131); }

 H1.HeaderClassName
 {
   color: #5AC083;
 }
 .AnyTagClassName
 {
   color: #5AC083;
 }
</style>
background-color css

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

 a { background-color: rgb(90,192,131); }

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

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

 span { border-color: rgb(90,192,131); }

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