Html Css Color HEX #5AC073 Emerald

📋 copy color: '#5AC073'

red 90 ◦ green 192 ◦ blue 115

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

Shades of Emerald #5AC073

Tints of Emerald #5AC073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 28.97%

R = 22.67%
G = 48.36%
B = 28.97%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#5AC073 (or 0x5AC073) is known color: Emerald. HEX triplet: 5A, C0 and 73. RGB value is (90,192,115). Sum of RGB (Red+Green+Blue) = 90+192+115=397 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.67% from 397); Green value is 192 (75.39% from 255 or 48.36% from 397); Blue value is 115 (45.31% from 255 or 28.97% from 397); Max value from RGB is 192 - color contains mainly: green. Hex color #5AC073 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AC073 is #A53F8C. Grayscale: #989898. Windows color (decimal): -10829709 or 7585882. OLE color: 7585882.

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

Color convert

RGB 90 192 115 -
CMYK 0.53 0 0.40 0.25
HSL 134.71º 0.45% 0.55% -
HSV(B) 134.71º 0.53% 0.75% -
XYZ 26.16 41.11 22.78 -
YUV 152.72 106.71 83.26 -
System Red Green Blue C M Y K H S L
Decimal 90 192 115 0.53 0 0.40 0.25 134.71 0.45 0.55
Hex 5A C0 73 35 0 28 19 87 2D 37
Octal 132 300 163 65 0 50 31 207 55 67
Binary 1011010 11000000 1110011 110101 0 101000 11001 10000111 101101 110111

Color Harmonies of #5AC073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AC073

Black with #5AC073

Text Example


Text Example

White with #5AC073

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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