Html Css Color HEX #5AC374 Emerald

📋 copy color: '#5AC374'

red 90 ◦ green 195 ◦ blue 116

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

Shades of Emerald #5AC374

Tints of Emerald #5AC374

RGB

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

 GREEN value IS 195 (76.56% from 255) = 48.63%

 BLUE value IS 116 (45.7% from 255) = 28.93%

R = 22.44%
G = 48.63%
B = 28.93%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#5AC374 (or 0x5AC374) is known color: Emerald. HEX triplet: 5A, C3 and 74. RGB value is (90,195,116). Sum of RGB (Red+Green+Blue) = 90+195+116=401 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.44% from 401); Green value is 195 (76.56% from 255 or 48.63% from 401); Blue value is 116 (45.70% from 255 or 28.93% from 401); Max value from RGB is 195 - color contains mainly: green. Hex color #5AC374 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AC374 is #A53C8B. Grayscale: #9A9A9A. Windows color (decimal): -10828940 or 7652186. OLE color: 7652186.

HSL color Cylindrical-coordinate representation of color #5AC374: hue angle of 134.86º degrees, saturation: 0.47, 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 #5AC374 is Cyan = 0.54, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB 90 195 116 -
CMYK 0.54 0 0.41 0.24
HSL 134.86º 0.47% 0.56% -
HSV(B) 134.86º 0.54% 0.76% -
XYZ 26.88 42.46 23.3 -
YUV 154.6 106.21 81.92 -
System Red Green Blue C M Y K H S L
Decimal 90 195 116 0.54 0 0.41 0.24 134.86 0.47 0.56
Hex 5A C3 74 36 0 29 18 87 2F 38
Octal 132 303 164 66 0 51 30 207 57 70
Binary 1011010 11000011 1110100 110110 0 101001 11000 10000111 101111 111000

Color Harmonies of #5AC374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AC374

Black with #5AC374

Text Example


Text Example

White with #5AC374

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,195,116); }

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

background-color css

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

 a { background-color: rgb(90,195,116); }

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

border-color css

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

 span { border-color: rgb(90,195,116); }

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