#5ACA71

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

Shades of Emerald #5ACA71

Tints of Emerald #5ACA71

Color information

#5ACA71 (or 0x5ACA71) is unknown color: approx Emerald. HEX triplet: 5A, CA and 71. RGB value is (90,202,113). Sum of RGB (Red+Green+Blue) = 90+202+113=405 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.22% from 405); Green value is 202 (79.30% from 255 or 49.88% from 405); Blue value is 113 (44.53% from 255 or 27.90% from 405); Max value from RGB is 202 - color contains mainly: green. Hex color #5ACA71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ACA71 is #A5358E. Grayscale: #9E9E9E. Windows color (decimal): -10827151 or 7457370. OLE color: 7457370.

HSL color Cylindrical-coordinate representation of color #5ACA71: hue angle of 132.32º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5ACA71 is Cyan = 0.55, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB90202113-
CMYK0.5500.440.21
HSL132.32º51.38%57.25%-
HSV(B)132.32º55.45%79.22%-
XYZ28.3245.6122.93-
YUV158.37102.3979.24-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 22.22%
GREEN value IS 202 (79.30% from 255) = 49.88%
BLUE value IS 113 (44.53% from 255) = 27.90%
R=22.22%
G=49.88%
B=27.90%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal902021130.5500.440.21132.3251.3857.25
Hex5ACA713702C15843339
Octal13231216167054252046371
Binary101101011001010111000111011101011001010110000100110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ACA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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