Html Css Color HEX #5AC082 Emerald

📋 copy color: '#5AC082'

red 90 ◦ green 192 ◦ blue 130

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

Shades of Emerald #5AC082

Tints of Emerald #5AC082

RGB

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

 GREEN value IS 192 (75.39% from 255) = 46.6%

 BLUE value IS 130 (51.17% from 255) = 31.55%

R = 21.84%
G = 46.6%
B = 31.55%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#5AC082 (or 0x5AC082) is known color: Emerald. HEX triplet: 5A, C0 and 82. RGB value is (90,192,130). Sum of RGB (Red+Green+Blue) = 90+192+130=412 (54% of max value = 765). Red value is 90 (35.55% from 255 or 21.84% from 412); Green value is 192 (75.39% from 255 or 46.60% from 412); Blue value is 130 (51.17% from 255 or 31.55% from 412); Max value from RGB is 192 - color contains mainly: green. Hex color #5AC082 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AC082 is #A53F7D. Grayscale: #9A9A9A. Windows color (decimal): -10829694 or 8568922. OLE color: 8568922.

HSL color Cylindrical-coordinate representation of color #5AC082: hue angle of 143.53º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5AC082 is Cyan = 0.53, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB 90 192 130 -
CMYK 0.53 0 0.32 0.25
HSL 143.53º 0.45% 0.55% -
HSV(B) 143.53º 0.53% 0.75% -
XYZ 27.1 41.48 27.7 -
YUV 154.43 114.21 82.04 -
System Red Green Blue C M Y K H S L
Decimal 90 192 130 0.53 0 0.32 0.25 143.53 0.45 0.55
Hex 5A C0 82 35 0 20 19 90 2D 37
Octal 132 300 202 65 0 40 31 220 55 67
Binary 1011010 11000000 10000010 110101 0 100000 11001 10010000 101101 110111

Color Harmonies of #5AC082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AC082

Black with #5AC082

Text Example


Text Example

White with #5AC082

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,192,130); }

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

background-color css

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

 a { background-color: rgb(90,192,130); }

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

border-color css

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

 span { border-color: rgb(90,192,130); }

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