Html Css Color HEX #5ABF7A Emerald

📋 copy color: '#5ABF7A'

red 90 ◦ green 191 ◦ blue 122

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

Shades of Emerald #5ABF7A

Tints of Emerald #5ABF7A

RGB

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

 GREEN value IS 191 (75% from 255) = 47.39%

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

R = 22.33%
G = 47.39%
B = 30.27%

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

#5ABF7A (or 0x5ABF7A) is known color: Emerald. HEX triplet: 5A, BF and 7A. RGB value is (90,191,122). Sum of RGB (Red+Green+Blue) = 90+191+122=403 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.33% from 403); Green value is 191 (75% from 255 or 47.39% from 403); Blue value is 122 (48.05% from 255 or 30.27% from 403); Max value from RGB is 191 - color contains mainly: green. Hex color #5ABF7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ABF7A is #A54085. Grayscale: #999999. Windows color (decimal): -10829958 or 8044378. OLE color: 8044378.

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

Color convert

RGB 90 191 122 -
CMYK 0.53 0 0.36 0.25
HSL 139.01º 0.44% 0.55% -
HSV(B) 139.01º 0.53% 0.75% -
XYZ 26.36 40.84 24.91 -
YUV 152.94 110.54 83.11 -
System Red Green Blue C M Y K H S L
Decimal 90 191 122 0.53 0 0.36 0.25 139.01 0.44 0.55
Hex 5A BF 7A 35 0 24 19 8B 2C 37
Octal 132 277 172 65 0 44 31 213 54 67
Binary 1011010 10111111 1111010 110101 0 100100 11001 10001011 101100 110111

Color Harmonies of #5ABF7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABF7A

Black with #5ABF7A

Text Example


Text Example

White with #5ABF7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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