#5AC271

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

Shades of Emerald #5AC271

Tints of Emerald #5AC271

Color information

#5AC271 (or 0x5AC271) is unknown color: approx Emerald. HEX triplet: 5A, C2 and 71. RGB value is (90,194,113). Sum of RGB (Red+Green+Blue) = 90+194+113=397 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.67% from 397); Green value is 194 (76.17% from 255 or 48.87% from 397); Blue value is 113 (44.53% from 255 or 28.46% from 397); Max value from RGB is 194 - color contains mainly: green. Hex color #5AC271 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AC271 is #A53D8E. Grayscale: #999999. Windows color (decimal): -10829199 or 7455322. OLE color: 7455322.

HSL color Cylindrical-coordinate representation of color #5AC271: hue angle of 133.27º 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 #5AC271 is Cyan = 0.54, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB90194113-
CMYK0.5400.420.24
HSL133.27º46.02%55.69%-
HSV(B)133.27º53.61%76.08%-
XYZ26.4941.9522.32-
YUV153.67105.0482.59-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 22.67%
GREEN value IS 194 (76.17% from 255) = 48.87%
BLUE value IS 113 (44.53% from 255) = 28.46%
R=22.67%
G=48.87%
B=28.46%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal901941130.5400.420.24133.2746.0255.69
Hex5AC2713602A18852e38
Octal13230216166052302055670
Binary101101011000010111000111011001010101100010000101101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AC271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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