Html Css Color HEX #5ACB80 Emerald

📋 copy color: '#5ACB80'

red 90 ◦ green 203 ◦ blue 128

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

Shades of Emerald #5ACB80

Tints of Emerald #5ACB80

RGB

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

 GREEN value IS 203 (79.69% from 255) = 48.22%

 BLUE value IS 128 (50.39% from 255) = 30.4%

R = 21.38%
G = 48.22%
B = 30.4%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.37

 K value IS 0.20

RGB Variations

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

Color information

#5ACB80 (or 0x5ACB80) is known color: Emerald. HEX triplet: 5A, CB and 80. RGB value is (90,203,128). Sum of RGB (Red+Green+Blue) = 90+203+128=421 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.38% from 421); Green value is 203 (79.69% from 255 or 48.22% from 421); Blue value is 128 (50.39% from 255 or 30.40% from 421); Max value from RGB is 203 - color contains mainly: green. Hex color #5ACB80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ACB80 is #A5347F. Grayscale: #A0A0A0. Windows color (decimal): -10826880 or 8440666. OLE color: 8440666.

HSL color Cylindrical-coordinate representation of color #5ACB80: hue angle of 140.18º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5ACB80 is Cyan = 0.56, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.

Color convert

RGB 90 203 128 -
CMYK 0.56 0 0.37 0.20
HSL 140.18º 0.52% 0.57% -
HSV(B) 140.18º 0.56% 0.8% -
XYZ 29.47 46.44 27.83 -
YUV 160.66 109.56 77.6 -
System Red Green Blue C M Y K H S L
Decimal 90 203 128 0.56 0 0.37 0.20 140.18 0.52 0.57
Hex 5A CB 80 38 0 25 14 8C 34 39
Octal 132 313 200 70 0 45 24 214 64 71
Binary 1011010 11001011 10000000 111000 0 100101 10100 10001100 110100 111001

Color Harmonies of #5ACB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACB80

Black with #5ACB80

Text Example


Text Example

White with #5ACB80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,203,128); }

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

background-color css

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

 a { background-color: rgb(90,203,128); }

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

border-color css

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

 span { border-color: rgb(90,203,128); }

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