Html Css Color HEX #5AC07C Emerald

📋 copy color: '#5AC07C'

red 90 ◦ green 192 ◦ blue 124

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

Shades of Emerald #5AC07C

Tints of Emerald #5AC07C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 30.54%

R = 22.17%
G = 47.29%
B = 30.54%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#5AC07C (or 0x5AC07C) is known color: Emerald. HEX triplet: 5A, C0 and 7C. RGB value is (90,192,124). Sum of RGB (Red+Green+Blue) = 90+192+124=406 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.17% from 406); Green value is 192 (75.39% from 255 or 47.29% from 406); Blue value is 124 (48.83% from 255 or 30.54% from 406); Max value from RGB is 192 - color contains mainly: green. Hex color #5AC07C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AC07C is #A53F83. Grayscale: #999999. Windows color (decimal): -10829700 or 8175706. OLE color: 8175706.

HSL color Cylindrical-coordinate representation of color #5AC07C: hue angle of 140º 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 #5AC07C is Cyan = 0.53, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 90 192 124 -
CMYK 0.53 0 0.35 0.25
HSL 140º 0.45% 0.55% -
HSV(B) 140º 0.53% 0.75% -
XYZ 26.7 41.33 25.64 -
YUV 153.75 111.21 82.53 -
System Red Green Blue C M Y K H S L
Decimal 90 192 124 0.53 0 0.35 0.25 140 0.45 0.55
Hex 5A C0 7C 35 0 23 19 8C 2D 37
Octal 132 300 174 65 0 43 31 214 55 67
Binary 1011010 11000000 1111100 110101 0 100011 11001 10001100 101101 110111

Color Harmonies of #5AC07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AC07C

Black with #5AC07C

Text Example


Text Example

White with #5AC07C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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