Html Css Color HEX #5AC282 Emerald

📋 copy color: '#5AC282'

red 90 ◦ green 194 ◦ blue 130

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

Shades of Emerald #5AC282

Tints of Emerald #5AC282

RGB

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

 GREEN value IS 194 (76.17% from 255) = 46.86%

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

R = 21.74%
G = 46.86%
B = 31.4%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#5AC282 (or 0x5AC282) is known color: Emerald. HEX triplet: 5A, C2 and 82. RGB value is (90,194,130). Sum of RGB (Red+Green+Blue) = 90+194+130=414 (54% of max value = 765). Red value is 90 (35.55% from 255 or 21.74% from 414); Green value is 194 (76.17% from 255 or 46.86% from 414); Blue value is 130 (51.17% from 255 or 31.40% from 414); Max value from RGB is 194 - color contains mainly: green. Hex color #5AC282 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AC282 is #A53D7D. Grayscale: #9B9B9B. Windows color (decimal): -10829182 or 8569434. OLE color: 8569434.

HSL color Cylindrical-coordinate representation of color #5AC282: hue angle of 143.08º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5AC282 is Cyan = 0.54, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.

Color convert

RGB 90 194 130 -
CMYK 0.54 0 0.33 0.24
HSL 143.08º 0.46% 0.56% -
HSV(B) 143.08º 0.54% 0.76% -
XYZ 27.54 42.37 27.85 -
YUV 155.61 113.54 81.2 -
System Red Green Blue C M Y K H S L
Decimal 90 194 130 0.54 0 0.33 0.24 143.08 0.46 0.56
Hex 5A C2 82 36 0 21 18 8F 2E 38
Octal 132 302 202 66 0 41 30 217 56 70
Binary 1011010 11000010 10000010 110110 0 100001 11000 10001111 101110 111000

Color Harmonies of #5AC282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AC282

Black with #5AC282

Text Example


Text Example

White with #5AC282

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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