#5ADA6A

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

Shades of Emerald #5ADA6A

Tints of Emerald #5ADA6A

Color information

#5ADA6A (or 0x5ADA6A) is unknown color: approx Emerald. HEX triplet: 5A, DA and 6A. RGB value is (90,218,106). Sum of RGB (Red+Green+Blue) = 90+218+106=414 (54% of max value = 765). Red value is 90 (35.55% from 255 or 21.74% from 414); Green value is 218 (85.55% from 255 or 52.66% from 414); Blue value is 106 (41.80% from 255 or 25.60% from 414); Max value from RGB is 218 - color contains mainly: green. Hex color #5ADA6A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ADA6A is #A52595. Grayscale: #A7A7A7. Windows color (decimal): -10823062 or 7002714. OLE color: 7002714.

HSL color Cylindrical-coordinate representation of color #5ADA6A: hue angle of 127.5º 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 #5ADA6A is Cyan = 0.59, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB90218106-
CMYK0.5900.510.15
HSL127.5º63.37%60.39%-
HSV(B)127.5º58.72%85.49%-
XYZ31.8953.3622.25-
YUV166.9693.5973.11-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 21.74%
GREEN value IS 218 (85.55% from 255) = 52.66%
BLUE value IS 106 (41.80% from 255) = 25.60%
R=21.74%
G=52.66%
B=25.60%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal902181060.5900.510.15127.563.3760.39
Hex5ADA6A3B033F803f3c
Octal13233215273063172007774
Binary10110101101101011010101110110110011111110000000111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ADA6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,218,106); }

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

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

 a { background-color: rgb(90,218,106); }

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

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

 span { border-color: rgb(90,218,106); }

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