#5ACD6B

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

Shades of Emerald #5ACD6B

Tints of Emerald #5ACD6B

Color information

#5ACD6B (or 0x5ACD6B) is unknown color: approx Emerald. HEX triplet: 5A, CD and 6B. RGB value is (90,205,107). Sum of RGB (Red+Green+Blue) = 90+205+107=402 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.39% from 402); Green value is 205 (80.47% from 255 or 51.00% from 402); Blue value is 107 (42.19% from 255 or 26.62% from 402); Max value from RGB is 205 - color contains mainly: green. Hex color #5ACD6B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ACD6B is #A53294. Grayscale: #9F9F9F. Windows color (decimal): -10826389 or 7064922. OLE color: 7064922.

HSL color Cylindrical-coordinate representation of color #5ACD6B: hue angle of 128.87º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5ACD6B is Cyan = 0.56, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.20.

Color convert

RGB90205107-
CMYK0.5600.480.20
HSL128.87º53.49%57.84%-
HSV(B)128.87º56.1%80.39%-
XYZ28.746.921.45-
YUV159.4498.478.47-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 22.39%
GREEN value IS 205 (80.47% from 255) = 51.00%
BLUE value IS 107 (42.19% from 255) = 26.62%
R=22.39%
G=51.00%
B=26.62%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal902051070.5600.480.20128.8753.4957.84
Hex5ACD6B380301481353a
Octal13231515370060242016572
Binary101101011001101110101111100001100001010010000001110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ACD6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,205,107); }

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

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

 a { background-color: rgb(90,205,107); }

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

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

 span { border-color: rgb(90,205,107); }

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