#5AD074

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

Shades of Emerald #5AD074

Tints of Emerald #5AD074

Color information

#5AD074 (or 0x5AD074) is unknown color: approx Emerald. HEX triplet: 5A, D0 and 74. RGB value is (90,208,116). Sum of RGB (Red+Green+Blue) = 90+208+116=414 (54% of max value = 765). Red value is 90 (35.55% from 255 or 21.74% from 414); Green value is 208 (81.64% from 255 or 50.24% from 414); Blue value is 116 (45.70% from 255 or 28.02% from 414); Max value from RGB is 208 - color contains mainly: green. Hex color #5AD074 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AD074 is #A52F8B. Grayscale: #A2A2A2. Windows color (decimal): -10825612 or 7655514. OLE color: 7655514.

HSL color Cylindrical-coordinate representation of color #5AD074: hue angle of 133.22º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5AD074 is Cyan = 0.57, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB90208116-
CMYK0.5700.440.18
HSL133.22º55.66%58.43%-
HSV(B)133.22º56.73%81.57%-
XYZ29.9248.5524.32-
YUV162.23101.9176.48-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 21.74%
GREEN value IS 208 (81.64% from 255) = 50.24%
BLUE value IS 116 (45.70% from 255) = 28.02%
R=21.74%
G=50.24%
B=28.02%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal902081160.5700.440.18133.2255.6658.43
Hex5AD0743902C1285383a
Octal13232016471054222057072
Binary101101011010000111010011100101011001001010000101111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AD074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,208,116); }

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

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

 a { background-color: rgb(90,208,116); }

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

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

 span { border-color: rgb(90,208,116); }

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