Html Css Color HEX #5ABE7A Emerald

📋 copy color: '#5ABE7A'

red 90 ◦ green 190 ◦ blue 122

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

Shades of Emerald #5ABE7A

Tints of Emerald #5ABE7A

RGB

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

 GREEN value IS 190 (74.61% from 255) = 47.26%

 BLUE value IS 122 (48.05% from 255) = 30.35%

R = 22.39%
G = 47.26%
B = 30.35%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#5ABE7A (or 0x5ABE7A) is known color: Emerald. HEX triplet: 5A, BE and 7A. RGB value is (90,190,122). Sum of RGB (Red+Green+Blue) = 90+190+122=402 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.39% from 402); Green value is 190 (74.61% from 255 or 47.26% from 402); Blue value is 122 (48.05% from 255 or 30.35% from 402); Max value from RGB is 190 - color contains mainly: green. Hex color #5ABE7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ABE7A is #A54185. Grayscale: #989898. Windows color (decimal): -10830214 or 8044122. OLE color: 8044122.

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

Color convert

RGB 90 190 122 -
CMYK 0.53 0 0.36 0.25
HSL 139.2º 0.43% 0.55% -
HSV(B) 139.2º 0.53% 0.75% -
XYZ 26.14 40.41 24.83 -
YUV 152.35 110.87 83.53 -
System Red Green Blue C M Y K H S L
Decimal 90 190 122 0.53 0 0.36 0.25 139.2 0.43 0.55
Hex 5A BE 7A 35 0 24 19 8B 2B 37
Octal 132 276 172 65 0 44 31 213 53 67
Binary 1011010 10111110 1111010 110101 0 100100 11001 10001011 101011 110111

Color Harmonies of #5ABE7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABE7A

Black with #5ABE7A

Text Example


Text Example

White with #5ABE7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,190,122); }

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

background-color css

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

 a { background-color: rgb(90,190,122); }

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

border-color css

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

 span { border-color: rgb(90,190,122); }

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