#5AF38A

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

Shades of Emerald #5AF38A

Tints of Emerald #5AF38A

Color information

#5AF38A (or 0x5AF38A) is unknown color: approx Emerald. HEX triplet: 5A, F3 and 8A. RGB value is (90,243,138). Sum of RGB (Red+Green+Blue) = 90+243+138=471 (62% of max value = 765). Red value is 90 (35.55% from 255 or 19.11% from 471); Green value is 243 (95.31% from 255 or 51.59% from 471); Blue value is 138 (54.30% from 255 or 29.30% from 471); Max value from RGB is 243 - color contains mainly: green. Hex color #5AF38A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AF38A is #A50C75. Grayscale: #B9B9B9. Windows color (decimal): -10816630 or 9106266. OLE color: 9106266.

HSL color Cylindrical-coordinate representation of color #5AF38A: hue angle of 138.82º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5AF38A is Cyan = 0.63, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB90243138-
CMYK0.6300.430.05
HSL138.82º86.44%65.29%-
HSV(B)138.82º62.96%95.29%-
XYZ40.8568.1135.04-
YUV185.28101.3160.04-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 19.11%
GREEN value IS 243 (95.31% from 255) = 51.59%
BLUE value IS 138 (54.30% from 255) = 29.30%
R=19.11%
G=51.59%
B=29.30%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal902431380.6300.430.05138.8286.4465.29
Hex5AF38A3F02B58b5641
Octal132363212770535213126101
Binary1011010111100111000101011111101010111011000101110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AF38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,243,138); }

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

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

 a { background-color: rgb(90,243,138); }

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

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

 span { border-color: rgb(90,243,138); }

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