Html Css Color HEX #5ABC8A Silver Tree

📋 copy color: '#5ABC8A'

red 90 ◦ green 188 ◦ blue 138

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

Shades of Silver Tree #5ABC8A

Tints of Silver Tree #5ABC8A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 45.19%

 BLUE value IS 138 (54.3% from 255) = 33.17%

R = 21.63%
G = 45.19%
B = 33.17%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#5ABC8A (or 0x5ABC8A) is known color: Silver Tree. HEX triplet: 5A, BC and 8A. RGB value is (90,188,138). Sum of RGB (Red+Green+Blue) = 90+188+138=416 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.63% from 416); Green value is 188 (73.83% from 255 or 45.19% from 416); Blue value is 138 (54.30% from 255 or 33.17% from 416); Max value from RGB is 188 - color contains mainly: green. Hex color #5ABC8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ABC8A is #A54375. Grayscale: #999999. Windows color (decimal): -10830710 or 9092186. OLE color: 9092186.

HSL color Cylindrical-coordinate representation of color #5ABC8A: hue angle of 149.39º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5ABC8A is Cyan = 0.52, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.26.

Color convert

RGB 90 188 138 -
CMYK 0.52 0 0.27 0.26
HSL 149.39º 0.42% 0.55% -
HSV(B) 149.39º 0.52% 0.74% -
XYZ 26.79 39.98 30.35 -
YUV 153 119.53 83.07 -
System Red Green Blue C M Y K H S L
Decimal 90 188 138 0.52 0 0.27 0.26 149.39 0.42 0.55
Hex 5A BC 8A 34 0 1B 1A 95 2A 37
Octal 132 274 212 64 0 33 32 225 52 67
Binary 1011010 10111100 10001010 110100 0 11011 11010 10010101 101010 110111

Color Harmonies of #5ABC8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABC8A

Black with #5ABC8A

Text Example


Text Example

White with #5ABC8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,188,138); }

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

background-color css

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

 a { background-color: rgb(90,188,138); }

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

border-color css

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

 span { border-color: rgb(90,188,138); }

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