Html Css Color HEX #5AD38A Emerald

📋 copy color: '#5AD38A'

red 90 ◦ green 211 ◦ blue 138

#5AD38A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Emerald #5AD38A

Tints of Emerald #5AD38A

RGB

 RED value IS 90 (35.55% from 255) = 20.5%

 GREEN value IS 211 (82.81% from 255) = 48.06%

 BLUE value IS 138 (54.3% from 255) = 31.44%

R = 20.5%
G = 48.06%
B = 31.44%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.35

 K value IS 0.17

RGB Variations

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

Color information

#5AD38A (or 0x5AD38A) is known color: Emerald. HEX triplet: 5A, D3 and 8A. RGB value is (90,211,138). Sum of RGB (Red+Green+Blue) = 90+211+138=439 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.50% from 439); Green value is 211 (82.81% from 255 or 48.06% from 439); Blue value is 138 (54.30% from 255 or 31.44% from 439); Max value from RGB is 211 - color contains mainly: green. Hex color #5AD38A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AD38A is #A52C75. Grayscale: #A6A6A6. Windows color (decimal): -10824822 or 9098074. OLE color: 9098074.

HSL color Cylindrical-coordinate representation of color #5AD38A: hue angle of 143.8º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5AD38A is Cyan = 0.57, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.17.

Color convert

RGB 90 211 138 -
CMYK 0.57 0 0.35 0.17
HSL 143.8º 0.58% 0.59% -
HSV(B) 143.8º 0.57% 0.83% -
XYZ 32.1 50.6 32.12 -
YUV 166.5 111.91 73.44 -
System Red Green Blue C M Y K H S L
Decimal 90 211 138 0.57 0 0.35 0.17 143.8 0.58 0.59
Hex 5A D3 8A 39 0 23 11 90 3A 3B
Octal 132 323 212 71 0 43 21 220 72 73
Binary 1011010 11010011 10001010 111001 0 100011 10001 10010000 111010 111011

Color Harmonies of #5AD38A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AD38A

Black with #5AD38A

Text Example


Text Example

White with #5AD38A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5AD38A;
 }
 .AnyTagClassName
 {
   color: #5AD38A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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