#5ac273

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

Shades of Emerald #5AC273

Tints of Emerald #5AC273

Color information

#5AC273 (or 0x5AC273) is unknown color: approx Emerald. HEX triplet: 5A, C2 and 73. RGB value is (90,194,115). Sum of RGB (Red+Green+Blue) = 90+194+115=399 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.56% from 399); Green value is 194 (76.17% from 255 or 48.62% from 399); Blue value is 115 (45.31% from 255 or 28.82% from 399); Max value from RGB is 194 - color contains mainly: green. Hex color #5AC273 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AC273 is #A53D8C. Grayscale: #9A9A9A. Windows color (decimal): -10829197 or 7586394. OLE color: 7586394.

HSL color Cylindrical-coordinate representation of color #5AC273: hue angle of 134.42º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5AC273 is Cyan = 0.54, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB90194115-
CMYK0.5400.410.24
HSL134.42º46.02%55.69%-
HSV(B)134.42º53.61%76.08%-
XYZ26.64222.92-
YUV153.9106.0482.42-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 22.56%
GREEN value IS 194 (76.17% from 255) = 48.62%
BLUE value IS 115 (45.31% from 255) = 28.82%
R=22.56%
G=48.62%
B=28.82%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal901941150.5400.410.24134.4246.0255.69
Hex5AC2733602918862e38
Octal13230216366051302065670
Binary101101011000010111001111011001010011100010000110101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ac273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,194,115); }

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

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

 a { background-color: rgb(90,194,115); }

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

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

 span { border-color: rgb(90,194,115); }

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