#5AD964

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

Shades of Emerald #5AD964

Tints of Emerald #5AD964

Color information

#5AD964 (or 0x5AD964) is unknown color: approx Emerald. HEX triplet: 5A, D9 and 64. RGB value is (90,217,100). Sum of RGB (Red+Green+Blue) = 90+217+100=407 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.11% from 407); Green value is 217 (85.16% from 255 or 53.32% from 407); Blue value is 100 (39.45% from 255 or 24.57% from 407); Max value from RGB is 217 - color contains mainly: green. Hex color #5AD964 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AD964 is #A5269B. Grayscale: #A6A6A6. Windows color (decimal): -10823324 or 6609242. OLE color: 6609242.

HSL color Cylindrical-coordinate representation of color #5AD964: hue angle of 124.72º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5AD964 is Cyan = 0.59, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB90217100-
CMYK0.5900.540.15
HSL124.72º62.56%60.2%-
HSV(B)124.72º58.53%85.1%-
XYZ31.3352.7220.58-
YUV165.6990.9274.01-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 22.11%
GREEN value IS 217 (85.16% from 255) = 53.32%
BLUE value IS 100 (39.45% from 255) = 24.57%
R=22.11%
G=53.32%
B=24.57%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal902171000.5900.540.15124.7262.5660.2
Hex5AD9643B036F7d3f3c
Octal13233114473066171757774
Binary1011010110110011100100111011011011011111111101111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AD964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,217,100); }

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

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

 a { background-color: rgb(90,217,100); }

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

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

 span { border-color: rgb(90,217,100); }

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