Html Css Color HEX #5ABD8A Silver Tree

📋 copy color: '#5ABD8A'

red 90 ◦ green 189 ◦ blue 138

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

Shades of Silver Tree #5ABD8A

Tints of Silver Tree #5ABD8A

RGB

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

 GREEN value IS 189 (74.22% from 255) = 45.32%

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

R = 21.58%
G = 45.32%
B = 33.09%

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

#5ABD8A (or 0x5ABD8A) is known color: Silver Tree. HEX triplet: 5A, BD and 8A. RGB value is (90,189,138). Sum of RGB (Red+Green+Blue) = 90+189+138=417 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.58% from 417); Green value is 189 (74.22% from 255 or 45.32% from 417); Blue value is 138 (54.30% from 255 or 33.09% from 417); Max value from RGB is 189 - color contains mainly: green. Hex color #5ABD8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ABD8A is #A54275. Grayscale: #999999. Windows color (decimal): -10830454 or 9092442. OLE color: 9092442.

HSL color Cylindrical-coordinate representation of color #5ABD8A: hue angle of 149.09º degrees, saturation: 0.43, 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 #5ABD8A is Cyan = 0.52, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.26.

Color convert

RGB 90 189 138 -
CMYK 0.52 0 0.27 0.26
HSL 149.09º 0.43% 0.55% -
HSV(B) 149.09º 0.52% 0.74% -
XYZ 27 40.4 30.42 -
YUV 153.59 119.2 82.65 -
System Red Green Blue C M Y K H S L
Decimal 90 189 138 0.52 0 0.27 0.26 149.09 0.43 0.55
Hex 5A BD 8A 34 0 1B 1A 95 2B 37
Octal 132 275 212 64 0 33 32 225 53 67
Binary 1011010 10111101 10001010 110100 0 11011 11010 10010101 101011 110111

Color Harmonies of #5ABD8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABD8A

Black with #5ABD8A

Text Example


Text Example

White with #5ABD8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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