#5AE492

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

Shades of Emerald #5AE492

Tints of Emerald #5AE492

Color information

#5AE492 (or 0x5AE492) is unknown color: approx Emerald. HEX triplet: 5A, E4 and 92. RGB value is (90,228,146). Sum of RGB (Red+Green+Blue) = 90+228+146=464 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.40% from 464); Green value is 228 (89.45% from 255 or 49.14% from 464); Blue value is 146 (57.42% from 255 or 31.47% from 464); Max value from RGB is 228 - color contains mainly: green. Hex color #5AE492 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AE492 is #A51B6D. Grayscale: #B1B1B1. Windows color (decimal): -10820462 or 9626714. OLE color: 9626714.

HSL color Cylindrical-coordinate representation of color #5AE492: hue angle of 144.35º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5AE492 is Cyan = 0.61, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.11.

Color convert

RGB90228146-
CMYK0.6100.360.11
HSL144.35º71.88%62.35%-
HSV(B)144.35º60.53%89.41%-
XYZ37.1559.7436.77-
YUV177.39110.2865.67-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 19.40%
GREEN value IS 228 (89.45% from 255) = 49.14%
BLUE value IS 146 (57.42% from 255) = 31.47%
R=19.40%
G=49.14%
B=31.47%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal902281460.6100.360.11144.3571.8862.35
Hex5AE4923D024B90483e
Octal132344222750441322011076
Binary1011010111001001001001011110101001001011100100001001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AE492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,228,146); }

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

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

 a { background-color: rgb(90,228,146); }

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

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

 span { border-color: rgb(90,228,146); }

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