Html Css Color HEX #5AC384 Emerald

📋 copy color: '#5AC384'

red 90 ◦ green 195 ◦ blue 132

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

Shades of Emerald #5AC384

Tints of Emerald #5AC384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 31.65%

R = 21.58%
G = 46.76%
B = 31.65%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#5AC384 (or 0x5AC384) is known color: Emerald. HEX triplet: 5A, C3 and 84. RGB value is (90,195,132). Sum of RGB (Red+Green+Blue) = 90+195+132=417 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.58% from 417); Green value is 195 (76.56% from 255 or 46.76% from 417); Blue value is 132 (51.95% from 255 or 31.65% from 417); Max value from RGB is 195 - color contains mainly: green. Hex color #5AC384 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AC384 is #A53C7B. Grayscale: #9C9C9C. Windows color (decimal): -10828924 or 8700762. OLE color: 8700762.

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

Color convert

RGB 90 195 132 -
CMYK 0.54 0 0.32 0.24
HSL 144º 0.47% 0.56% -
HSV(B) 144º 0.54% 0.76% -
XYZ 27.9 42.87 28.63 -
YUV 156.42 114.21 80.62 -
System Red Green Blue C M Y K H S L
Decimal 90 195 132 0.54 0 0.32 0.24 144 0.47 0.56
Hex 5A C3 84 36 0 20 18 90 2F 38
Octal 132 303 204 66 0 40 30 220 57 70
Binary 1011010 11000011 10000100 110110 0 100000 11000 10010000 101111 111000

Color Harmonies of #5AC384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AC384

Black with #5AC384

Text Example


Text Example

White with #5AC384

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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