#5AD56A

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

Shades of Emerald #5AD56A

Tints of Emerald #5AD56A

Color information

#5AD56A (or 0x5AD56A) is unknown color: approx Emerald. HEX triplet: 5A, D5 and 6A. RGB value is (90,213,106). Sum of RGB (Red+Green+Blue) = 90+213+106=409 (54% of max value = 765). Red value is 90 (35.55% from 255 or 22.00% from 409); Green value is 213 (83.59% from 255 or 52.08% from 409); Blue value is 106 (41.80% from 255 or 25.92% from 409); Max value from RGB is 213 - color contains mainly: green. Hex color #5AD56A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AD56A is #A52A95. Grayscale: #A4A4A4. Windows color (decimal): -10824342 or 7001434. OLE color: 7001434.

HSL color Cylindrical-coordinate representation of color #5AD56A: hue angle of 127.8º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5AD56A is Cyan = 0.58, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB90213106-
CMYK0.5800.500.16
HSL127.8º59.42%59.41%-
HSV(B)127.8º57.75%83.53%-
XYZ30.6150.821.83-
YUV164.0295.2575.2-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 22.00%
GREEN value IS 213 (83.59% from 255) = 52.08%
BLUE value IS 106 (41.80% from 255) = 25.92%
R=22.00%
G=52.08%
B=25.92%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal902131060.5800.500.16127.859.4259.41
Hex5AD56A3A03210803b3b
Octal13232515272062202007373
Binary101101011010101110101011101001100101000010000000111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AD56A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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