Html Css Color HEX #5AD096 Silver Tree

📋 copy color: '#5AD096'

red 90 ◦ green 208 ◦ blue 150

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

Shades of Silver Tree #5AD096

Tints of Silver Tree #5AD096

RGB

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

 GREEN value IS 208 (81.64% from 255) = 46.43%

 BLUE value IS 150 (58.98% from 255) = 33.48%

R = 20.09%
G = 46.43%
B = 33.48%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#5AD096 (or 0x5AD096) is known color: Silver Tree. HEX triplet: 5A, D0 and 96. RGB value is (90,208,150). Sum of RGB (Red+Green+Blue) = 90+208+150=448 (59% of max value = 765). Red value is 90 (35.55% from 255 or 20.09% from 448); Green value is 208 (81.64% from 255 or 46.43% from 448); Blue value is 150 (58.98% from 255 or 33.48% from 448); Max value from RGB is 208 - color contains mainly: green. Hex color #5AD096 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AD096 is #A52F69. Grayscale: #A6A6A6. Windows color (decimal): -10825578 or 9883738. OLE color: 9883738.

HSL color Cylindrical-coordinate representation of color #5AD096: hue angle of 150.51º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5AD096 is Cyan = 0.57, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB 90 208 150 -
CMYK 0.57 0 0.28 0.18
HSL 150.51º 0.56% 0.58% -
HSV(B) 150.51º 0.57% 0.82% -
XYZ 32.28 49.49 36.71 -
YUV 166.11 118.91 73.72 -
System Red Green Blue C M Y K H S L
Decimal 90 208 150 0.57 0 0.28 0.18 150.51 0.56 0.58
Hex 5A D0 96 39 0 1C 12 97 38 3A
Octal 132 320 226 71 0 34 22 227 70 72
Binary 1011010 11010000 10010110 111001 0 11100 10010 10010111 111000 111010

Color Harmonies of #5AD096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AD096

Black with #5AD096

Text Example


Text Example

White with #5AD096

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,208,150); }

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

background-color css

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

 a { background-color: rgb(90,208,150); }

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

border-color css

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

 span { border-color: rgb(90,208,150); }

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