Html Css Color HEX #5ACB73 Emerald

📋 copy color: '#5ACB73'

red 90 ◦ green 203 ◦ blue 115

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

Shades of Emerald #5ACB73

Tints of Emerald #5ACB73

RGB

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

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

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

R = 22.06%
G = 49.75%
B = 28.19%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#5ACB73 (or 0x5ACB73) is known color: Emerald. HEX triplet: 5A, CB and 73. RGB value is (90,203,115). Sum of RGB (Red+Green+Blue) = 90+203+115=408 (54% of max value = 765). Red value is 90 (35.55% from 255 or 22.06% from 408); Green value is 203 (79.69% from 255 or 49.75% from 408); Blue value is 115 (45.31% from 255 or 28.19% from 408); Max value from RGB is 203 - color contains mainly: green. Hex color #5ACB73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ACB73 is #A5348C. Grayscale: #9F9F9F. Windows color (decimal): -10826893 or 7588698. OLE color: 7588698.

HSL color Cylindrical-coordinate representation of color #5ACB73: hue angle of 133.27º 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 #5ACB73 is Cyan = 0.56, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB 90 203 115 -
CMYK 0.56 0 0.43 0.20
HSL 133.27º 0.52% 0.57% -
HSV(B) 133.27º 0.56% 0.8% -
XYZ 28.67 46.12 23.61 -
YUV 159.18 103.06 78.66 -
System Red Green Blue C M Y K H S L
Decimal 90 203 115 0.56 0 0.43 0.20 133.27 0.52 0.57
Hex 5A CB 73 38 0 2B 14 85 34 39
Octal 132 313 163 70 0 53 24 205 64 71
Binary 1011010 11001011 1110011 111000 0 101011 10100 10000101 110100 111001

Color Harmonies of #5ACB73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACB73

Black with #5ACB73

Text Example


Text Example

White with #5ACB73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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