#5AD495

Color #5AD495 Silver Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Silver Tree #5AD495

Tints of Silver Tree #5AD495

Color information

#5AD495 (or 0x5AD495) is unknown color: approx Silver Tree. HEX triplet: 5A, D4 and 95. RGB value is (90,212,149). Sum of RGB (Red+Green+Blue) = 90+212+149=451 (59% of max value = 765). Red value is 90 (35.55% from 255 or 19.96% from 451); Green value is 212 (83.20% from 255 or 47.01% from 451); Blue value is 149 (58.59% from 255 or 33.04% from 451); Max value from RGB is 212 - color contains mainly: green. Hex color #5AD495 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AD495 is #A52B6A. Grayscale: #A8A8A8. Windows color (decimal): -10824555 or 9819226. OLE color: 9819226.

HSL color Cylindrical-coordinate representation of color #5AD495: hue angle of 149.02º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5AD495 is Cyan = 0.58, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB90212149-
CMYK0.5800.300.17
HSL149.02º58.65%59.22%-
HSV(B)149.02º57.55%83.14%-
XYZ33.1851.4336.61-
YUV168.34117.0872.12-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 19.96%
GREEN value IS 212 (83.20% from 255) = 47.01%
BLUE value IS 149 (58.59% from 255) = 33.04%
R=19.96%
G=47.01%
B=33.04%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal902121490.5800.300.17149.0258.6559.22
Hex5AD4953A01E11953b3b
Octal13232422572036212257373
Binary101101011010100100101011110100111101000110010101111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AD495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,212,149); }

 H1.HeaderClassName
 {
   color: #5AD495;
 }
 .AnyTagClassName
 {
   color: #5AD495;
 }
</style>
background-color css

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

 a { background-color: rgb(90,212,149); }

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

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

 span { border-color: rgb(90,212,149); }

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