#5AC695

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

Shades of Silver Tree #5AC695

Tints of Silver Tree #5AC695

Color information

#5AC695 (or 0x5AC695) is unknown color: approx Silver Tree. HEX triplet: 5A, C6 and 95. RGB value is (90,198,149). Sum of RGB (Red+Green+Blue) = 90+198+149=437 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.59% from 437); Green value is 198 (77.73% from 255 or 45.31% from 437); Blue value is 149 (58.59% from 255 or 34.10% from 437); Max value from RGB is 198 - color contains mainly: green. Hex color #5AC695 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AC695 is #A5396A. Grayscale: #A0A0A0. Windows color (decimal): -10828139 or 9815642. OLE color: 9815642.

HSL color Cylindrical-coordinate representation of color #5AC695: hue angle of 152.78º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5AC695 is Cyan = 0.55, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB90198149-
CMYK0.5500.250.22
HSL152.78º48.65%56.47%-
HSV(B)152.78º54.55%77.65%-
XYZ29.8444.7335.5-
YUV160.12121.7277.98-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 20.59%
GREEN value IS 198 (77.73% from 255) = 45.31%
BLUE value IS 149 (58.59% from 255) = 34.10%
R=20.59%
G=45.31%
B=34.10%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal901981490.5500.250.22152.7848.6556.47
Hex5AC6953701916993138
Octal13230622567031262316170
Binary101101011000110100101011101110110011011010011001110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AC695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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